#5BC6BE

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

Shades of Downy #5BC6BE

Tints of Downy #5BC6BE

Color information

#5BC6BE (or 0x5BC6BE) is unknown color: approx Downy. HEX triplet: 5B, C6 and BE. RGB value is (91,198,190). Sum of RGB (Red+Green+Blue) = 91+198+190=479 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.00% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #5BC6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC6BE is #A43941. Grayscale: #A5A5A5. Windows color (decimal): -10762562 or 12502619. OLE color: 12502619.

HSL color Cylindrical-coordinate representation of color #5BC6BE: hue angle of 175.51º 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 #5BC6BE is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB91198190-
CMYK0.5400.040.22
HSL175.51º48.42%56.67%-
HSV(B)175.51º54.04%77.65%-
XYZ33.846.3355.88-
YUV165.1142.0575.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.00%
GREEN value IS 198 (77.73% from 255) = 41.34%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=19.00%
G=41.34%
B=39.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal911981900.5400.040.22175.5148.4256.67
Hex5BC6BE360416b03039
Octal1333062766604262606071
Binary1011011110001101011111011011001001011010110000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,198,190); }

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

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

 a { background-color: rgb(91,198,190); }

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

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

 span { border-color: rgb(91,198,190); }

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