#5DCB88

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

Shades of Silver Tree #5DCB88

Tints of Silver Tree #5DCB88

Color information

#5DCB88 (or 0x5DCB88) is unknown color: approx Silver Tree. HEX triplet: 5D, CB and 88. RGB value is (93,203,136). Sum of RGB (Red+Green+Blue) = 93+203+136=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCB88 is #A23477. Grayscale: #A2A2A2. Windows color (decimal): -10630264 or 8964957. OLE color: 8964957.

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

Color convert

RGB93203136-
CMYK0.5400.330.20
HSL143.45º51.4%58.04%-
HSV(B)143.45º54.19%79.61%-
XYZ30.3146.8230.73-
YUV162.47113.0678.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.53%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=21.53%
G=46.99%
B=31.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932031360.5400.330.20143.4551.458.04
Hex5DCB8836021148f333a
Octal13531321066041242176372
Binary1011101110010111000100011011001000011010010001111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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