#5bd9c1

Color #5BD9C1 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5BD9C1

Tints of Downy #5BD9C1

Color information

#5BD9C1 (or 0x5BD9C1) is unknown color: approx Downy. HEX triplet: 5B, D9 and C1. RGB value is (91,217,193). Sum of RGB (Red+Green+Blue) = 91+217+193=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD9C1 is #A4263E. Grayscale: #B0B0B0. Windows color (decimal): -10757695 or 12704091. OLE color: 12704091.

HSL color Cylindrical-coordinate representation of color #5BD9C1: hue angle of 168.57º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD9C1 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB91217193-
CMYK0.5800.110.15
HSL168.57º62.38%60.39%-
HSV(B)168.57º58.06%85.1%-
XYZ38.7555.759.16-
YUV176.59137.2666.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 18.16%
GREEN value IS 217 (85.16% from 255) = 43.31%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=18.16%
G=43.31%
B=38.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal912171930.5800.110.15168.5762.3860.39
Hex5BD9C13A0BFa93e3c
Octal13333130172013172517674
Binary1011011110110011100000111101001011111110101001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bd9c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5bd9c1; }

 p { color: rgb(91,217,193); }

 H1.HeaderClassName
 {
   color: #5bd9c1;
 }
 .AnyTagClassName
 {
   color: #5bd9c1;
 }
</style>
background-color css

<style>
 a { background-color: #5bd9c1; }

 a { background-color: rgb(91,217,193); }

 div.DivClassName
 {
   background-color: #5bd9c1;
 }
 .BgClassName
 {
   background-color: #5bd9c1;
 }
</style>
border-color css

<style>
 span { border-color: #5bd9c1; }

 span { border-color: rgb(91,217,193); }

 td.TdClassName
 {
   border-color: #5bd9c1;
 }
 .TagClassName
 {
   border-color: #5bd9c1;
 }
</style>