#5BCDBF

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

Shades of Downy #5BCDBF

Tints of Downy #5BCDBF

Color information

#5BCDBF (or 0x5BCDBF) is unknown color: approx Downy. HEX triplet: 5B, CD and BF. RGB value is (91,205,191). Sum of RGB (Red+Green+Blue) = 91+205+191=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDBF is #A43240. Grayscale: #A9A9A9. Windows color (decimal): -10760769 or 12569947. OLE color: 12569947.

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

Color convert

RGB91205191-
CMYK0.5600.070.20
HSL172.63º53.27%58.04%-
HSV(B)172.63º55.61%80.39%-
XYZ35.5549.6557-
YUV169.32140.2372.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.69%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 191 (75% from 255) = 39.22%
R=18.69%
G=42.09%
B=39.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912051910.5600.070.20172.6353.2758.04
Hex5BCDBF380714ad353a
Octal1333152777007242556572
Binary1011011110011011011111111100001111010010101101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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