#5BC7BE

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

Shades of Downy #5BC7BE

Tints of Downy #5BC7BE

Color information

#5BC7BE (or 0x5BC7BE) is unknown color: approx Downy. HEX triplet: 5B, C7 and BE. RGB value is (91,199,190). Sum of RGB (Red+Green+Blue) = 91+199+190=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #5BC7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC7BE is #A43841. Grayscale: #A5A5A5. Windows color (decimal): -10762306 or 12502875. OLE color: 12502875.

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

Color convert

RGB91199190-
CMYK0.5400.050.22
HSL175º49.09%56.86%-
HSV(B)175º54.27%78.04%-
XYZ34.0346.7955.95-
YUV165.68141.7274.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.96%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=18.96%
G=41.46%
B=39.58%

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
Decimal911991900.5400.050.2217549.0956.86
Hex5BC7BE360516af3139
Octal1333072766605262576171
Binary1011011110001111011111011011001011011010101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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