#5CC5BD

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

Shades of Downy #5CC5BD

Tints of Downy #5CC5BD

Color information

#5CC5BD (or 0x5CC5BD) is unknown color: approx Downy. HEX triplet: 5C, C5 and BD. RGB value is (92,197,189). Sum of RGB (Red+Green+Blue) = 92+197+189=478 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.25% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC5BD is #A33A42. Grayscale: #A4A4A4. Windows color (decimal): -10697283 or 12436828. OLE color: 12436828.

HSL color Cylindrical-coordinate representation of color #5CC5BD: hue angle of 175.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC5BD is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB92197189-
CMYK0.5300.040.23
HSL175.43º47.51%56.67%-
HSV(B)175.43º53.3%77.25%-
XYZ33.5745.8855.23-
YUV164.69141.7176.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.25%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=19.25%
G=41.21%
B=39.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal921971890.5300.040.23175.4347.5156.67
Hex5CC5BD350417af3039
Octal1343052756504272576071
Binary1011100110001011011110111010101001011110101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,197,189); }

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

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

 a { background-color: rgb(92,197,189); }

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

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

 span { border-color: rgb(92,197,189); }

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