#5DCBBE

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

Shades of Downy #5DCBBE

Tints of Downy #5DCBBE

Color information

#5DCBBE (or 0x5DCBBE) is unknown color: approx Downy. HEX triplet: 5D, CB and BE. RGB value is (93,203,190). Sum of RGB (Red+Green+Blue) = 93+203+190=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCBBE is #A23441. Grayscale: #A8A8A8. Windows color (decimal): -10630210 or 12503901. OLE color: 12503901.

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

Color convert

RGB93203190-
CMYK0.5400.060.20
HSL172.91º51.4%58.04%-
HSV(B)172.91º54.19%79.61%-
XYZ35.1648.7656.27-
YUV168.63140.0674.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.14%
GREEN value IS 203 (79.69% from 255) = 41.77%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=19.14%
G=41.77%
B=39.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932031900.5400.060.20172.9151.458.04
Hex5DCBBE360614ad333a
Octal1353132766606242556372
Binary1011101110010111011111011011001101010010101101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,203,190); }

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

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

 a { background-color: rgb(93,203,190); }

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

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

 span { border-color: rgb(93,203,190); }

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