#5BDCC6

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

Shades of Downy #5BDCC6

Tints of Downy #5BDCC6

Color information

#5BDCC6 (or 0x5BDCC6) is unknown color: approx Downy. HEX triplet: 5B, DC and C6. RGB value is (91,220,198). Sum of RGB (Red+Green+Blue) = 91+220+198=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCC6 is #A42339. Grayscale: #B2B2B2. Windows color (decimal): -10756922 or 13032539. OLE color: 13032539.

HSL color Cylindrical-coordinate representation of color #5BDCC6: hue angle of 169.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDCC6 is Cyan = 0.59, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB91220198-
CMYK0.5900.10.14
HSL169.77º64.82%60.98%-
HSV(B)169.77º58.64%86.27%-
XYZ40.157.4962.41-
YUV178.92138.7665.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.88%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=17.88%
G=43.22%
B=38.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal912201980.5900.10.14169.7764.8260.98
Hex5BDCC63B0AEaa413d
Octal133334306730121625210175
Binary10110111101110011000110111011010101110101010101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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