#5BCDBE

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

Shades of Downy #5BCDBE

Tints of Downy #5BCDBE

Color information

#5BCDBE (or 0x5BCDBE) is unknown color: approx Downy. HEX triplet: 5B, CD and BE. RGB value is (91,205,190). Sum of RGB (Red+Green+Blue) = 91+205+190=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCDBE is #A43241. Grayscale: #A9A9A9. Windows color (decimal): -10760770 or 12504411. OLE color: 12504411.

HSL color Cylindrical-coordinate representation of color #5BCDBE: hue angle of 172.11º 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 #5BCDBE is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB91205190-
CMYK0.5600.070.20
HSL172.11º53.27%58.04%-
HSV(B)172.11º55.61%80.39%-
XYZ35.4449.656.42-
YUV169.2139.7372.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.72%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=18.72%
G=42.18%
B=39.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912051900.5600.070.20172.1153.2758.04
Hex5BCDBE380714ac353a
Octal1333152767007242546572
Binary1011011110011011011111011100001111010010101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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