#5BD2B9

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

Shades of Downy #5BD2B9

Tints of Downy #5BD2B9

Color information

#5BD2B9 (or 0x5BD2B9) is unknown color: approx Downy. HEX triplet: 5B, D2 and B9. RGB value is (91,210,185). Sum of RGB (Red+Green+Blue) = 91+210+185=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD2B9 is #A42D46. Grayscale: #ABABAB. Windows color (decimal): -10759495 or 12178011. OLE color: 12178011.

HSL color Cylindrical-coordinate representation of color #5BD2B9: hue angle of 167.39º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD2B9 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB91210185-
CMYK0.5700.120.18
HSL167.39º56.94%59.02%-
HSV(B)167.39º56.67%82.35%-
XYZ36.1251.8254-
YUV171.57135.5870.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.72%
GREEN value IS 210 (82.42% from 255) = 43.21%
BLUE value IS 185 (72.66% from 255) = 38.07%
R=18.72%
G=43.21%
B=38.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal912101850.5700.120.18167.3956.9459.02
Hex5BD2B9390C12a7393b
Octal13332227171014222477173
Binary10110111101001010111001111001011001001010100111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,210,185); }

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

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

 a { background-color: rgb(91,210,185); }

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

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

 span { border-color: rgb(91,210,185); }

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