#5DCBB9

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

Shades of Downy #5DCBB9

Tints of Downy #5DCBB9

Color information

#5DCBB9 (or 0x5DCBB9) is unknown color: approx Downy. HEX triplet: 5D, CB and B9. RGB value is (93,203,185). Sum of RGB (Red+Green+Blue) = 93+203+185=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCBB9 is #A23446. Grayscale: #A8A8A8. Windows color (decimal): -10630215 or 12176221. OLE color: 12176221.

HSL color Cylindrical-coordinate representation of color #5DCBB9: hue angle of 170.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCBB9 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB93203185-
CMYK0.5400.090.20
HSL170.18º51.4%58.04%-
HSV(B)170.18º54.19%79.61%-
XYZ34.6348.5453.44-
YUV168.06137.5674.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.33%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 185 (72.66% from 255) = 38.46%
R=19.33%
G=42.20%
B=38.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932031850.5400.090.20170.1851.458.04
Hex5DCBB9360914aa333a
Octal13531327166011242526372
Binary10111011100101110111001110110010011010010101010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,203,185); }

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

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

 a { background-color: rgb(93,203,185); }

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

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

 span { border-color: rgb(93,203,185); }

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