Html Css Color HEX #5CC5BD Downy

📋 copy color: '#5CC5BD'

red 92 ◦ green 197 ◦ blue 189

#5CC5BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #5CC5BD

Tints of Downy #5CC5BD

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 value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#5CC5BD (or 0x5CC5BD) is known color: 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

RGB 92 197 189 -
CMYK 0.53 0 0.04 0.23
HSL 175.43º 0.48% 0.57% -
HSV(B) 175.43º 0.53% 0.77% -
XYZ 33.57 45.88 55.23 -
YUV 164.69 141.71 76.15 -
System Red Green Blue C M Y K H S L
Decimal 92 197 189 0.53 0 0.04 0.23 175.43 0.48 0.57
Hex 5C C5 BD 35 0 4 17 AF 30 39
Octal 134 305 275 65 0 4 27 257 60 71
Binary 1011100 11000101 10111101 110101 0 100 10111 10101111 110000 111001

Color Harmonies of #5CC5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC5BD

Black with #5CC5BD

Text Example


Text Example

White with #5CC5BD

Text Example


Text Example

HTML Codes & Css Web 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>