#5BCDBA

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

Shades of Downy #5BCDBA

Tints of Downy #5BCDBA

Color information

#5BCDBA (or 0x5BCDBA) is unknown color: approx Downy. HEX triplet: 5B, CD and BA. RGB value is (91,205,186). Sum of RGB (Red+Green+Blue) = 91+205+186=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDBA is #A43245. Grayscale: #A8A8A8. Windows color (decimal): -10760774 or 12242267. OLE color: 12242267.

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

Color convert

RGB91205186-
CMYK0.5600.090.20
HSL170º53.27%58.04%-
HSV(B)170º55.61%80.39%-
XYZ35.0149.4354.15-
YUV168.75137.7372.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.88%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=18.88%
G=42.53%
B=38.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912051860.5600.090.2017053.2758.04
Hex5BCDBA380914aa353a
Octal13331527270011242526572
Binary10110111100110110111010111000010011010010101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,205,186); }

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

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

 a { background-color: rgb(91,205,186); }

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

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

 span { border-color: rgb(91,205,186); }

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