#5BCCBD

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

Shades of Downy #5BCCBD

Tints of Downy #5BCCBD

Color information

#5BCCBD (or 0x5BCCBD) is unknown color: approx Downy. HEX triplet: 5B, CC and BD. RGB value is (91,204,189). Sum of RGB (Red+Green+Blue) = 91+204+189=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCBD is #A43342. Grayscale: #A8A8A8. Windows color (decimal): -10761027 or 12438619. OLE color: 12438619.

HSL color Cylindrical-coordinate representation of color #5BCCBD: hue angle of 172.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCCBD is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB91204189-
CMYK0.5500.070.2
HSL172.04º52.56%57.84%-
HSV(B)172.04º55.39%80%-
XYZ35.0949.0855.77-
YUV168.5139.5672.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.80%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=18.80%
G=42.15%
B=39.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal912041890.5500.070.2172.0452.5657.84
Hex5BCCBD370714ac353a
Octal1333142756707242546572
Binary1011011110011001011110111011101111010010101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,204,189); }

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

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

 a { background-color: rgb(91,204,189); }

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

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

 span { border-color: rgb(91,204,189); }

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