#57DBBF

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

Shades of Downy #57DBBF

Tints of Downy #57DBBF

Color information

#57DBBF (or 0x57DBBF) is unknown color: approx Downy. HEX triplet: 57, DB and BF. RGB value is (87,219,191). Sum of RGB (Red+Green+Blue) = 87+219+191=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #57DBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DBBF is #A82440. Grayscale: #B0B0B0. Windows color (decimal): -11019329 or 12573527. OLE color: 12573527.

HSL color Cylindrical-coordinate representation of color #57DBBF: hue angle of 167.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DBBF is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB87219191-
CMYK0.6000.130.14
HSL167.27º64.71%60%-
HSV(B)167.27º60.27%85.88%-
XYZ38.6756.4558.15-
YUV176.34136.2764.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.51%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 191 (75% from 255) = 38.43%
R=17.51%
G=44.06%
B=38.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal872191910.6000.130.14167.2764.7160
Hex57DBBF3C0DEa7413c
Octal127333277740151624710174
Binary10101111101101110111111111100011011110101001111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57DBBF; }

 p { color: rgb(87,219,191); }

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

<style>
 a { background-color: #57DBBF; }

 a { background-color: rgb(87,219,191); }

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

<style>
 span { border-color: #57DBBF; }

 span { border-color: rgb(87,219,191); }

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