#5CC6BD

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

Shades of Downy #5CC6BD

Tints of Downy #5CC6BD

Color information

#5CC6BD (or 0x5CC6BD) is unknown color: approx Downy. HEX triplet: 5C, C6 and BD. RGB value is (92,198,189). Sum of RGB (Red+Green+Blue) = 92+198+189=479 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.21% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #5CC6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC6BD is #A33942. Grayscale: #A5A5A5. Windows color (decimal): -10697027 or 12437084. OLE color: 12437084.

HSL color Cylindrical-coordinate representation of color #5CC6BD: hue angle of 174.91º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC6BD is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB92198189-
CMYK0.5400.050.22
HSL174.91º48.18%56.86%-
HSV(B)174.91º53.54%77.65%-
XYZ33.7946.3455.31-
YUV165.28141.3875.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.21%
GREEN value IS 198 (77.73% from 255) = 41.34%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=19.21%
G=41.34%
B=39.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal921981890.5400.050.22174.9148.1856.86
Hex5CC6BD360516af3039
Octal1343062756605262576071
Binary1011100110001101011110111011001011011010101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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