#5BD5BE

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

Shades of Downy #5BD5BE

Tints of Downy #5BD5BE

Color information

#5BD5BE (or 0x5BD5BE) is unknown color: approx Downy. HEX triplet: 5B, D5 and BE. RGB value is (91,213,190). Sum of RGB (Red+Green+Blue) = 91+213+190=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD5BE is #A42A41. Grayscale: #ADADAD. Windows color (decimal): -10758722 or 12506459. OLE color: 12506459.

HSL color Cylindrical-coordinate representation of color #5BD5BE: hue angle of 168.69º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD5BE is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB91213190-
CMYK0.5700.110.16
HSL168.69º59.22%59.61%-
HSV(B)168.69º57.28%83.53%-
XYZ37.453.5357.08-
YUV173.9137.0868.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.42%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=18.42%
G=43.12%
B=38.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal912131900.5700.110.16168.6959.2259.61
Hex5BD5BE390B10a93b3c
Octal13332527671013202517374
Binary10110111101010110111110111001010111000010101001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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