#5BD1BF

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

Shades of Downy #5BD1BF

Tints of Downy #5BD1BF

Color information

#5BD1BF (or 0x5BD1BF) is unknown color: approx Downy. HEX triplet: 5B, D1 and BF. RGB value is (91,209,191). Sum of RGB (Red+Green+Blue) = 91+209+191=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #5BD1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD1BF is #A42E40. Grayscale: #ABABAB. Windows color (decimal): -10759745 or 12570971. OLE color: 12570971.

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

Color convert

RGB91209191-
CMYK0.5600.090.18
HSL170.85º56.19%58.82%-
HSV(B)170.85º56.46%81.96%-
XYZ36.5251.5957.32-
YUV171.67138.9170.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.53%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 191 (75% from 255) = 38.90%
R=18.53%
G=42.57%
B=38.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal912091910.5600.090.18170.8556.1958.82
Hex5BD1BF380912ab383b
Octal13332127770011222537073
Binary10110111101000110111111111000010011001010101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,209,191); }

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

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

 a { background-color: rgb(91,209,191); }

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

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

 span { border-color: rgb(91,209,191); }

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