#5BD3BD

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

Shades of Downy #5BD3BD

Tints of Downy #5BD3BD

Color information

#5BD3BD (or 0x5BD3BD) is unknown color: approx Downy. HEX triplet: 5B, D3 and BD. RGB value is (91,211,189). Sum of RGB (Red+Green+Blue) = 91+211+189=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD3BD is #A42C42. Grayscale: #ACACAC. Windows color (decimal): -10759235 or 12440411. OLE color: 12440411.

HSL color Cylindrical-coordinate representation of color #5BD3BD: hue angle of 169º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD3BD is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB91211189-
CMYK0.5700.100.17
HSL169º57.69%59.22%-
HSV(B)169º56.87%82.75%-
XYZ36.7952.4956.34-
YUV172.61137.2469.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.53%
GREEN value IS 211 (82.81% from 255) = 42.97%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=18.53%
G=42.97%
B=38.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal912111890.5700.100.1716957.6959.22
Hex5BD3BD390A11a93a3b
Octal13332327571012212517273
Binary10110111101001110111101111001010101000110101001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,211,189); }

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

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

 a { background-color: rgb(91,211,189); }

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

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

 span { border-color: rgb(91,211,189); }

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