#53B88B

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

Shades of Silver Tree #53B88B

Tints of Silver Tree #53B88B

Color information

#53B88B (or 0x53B88B) is unknown color: approx Silver Tree. HEX triplet: 53, B8 and 8B. RGB value is (83,184,139). Sum of RGB (Red+Green+Blue) = 83+184+139=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #53B88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B88B is #AC4774. Grayscale: #949494. Windows color (decimal): -11290485 or 9156691. OLE color: 9156691.

HSL color Cylindrical-coordinate representation of color #53B88B: hue angle of 153.27º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B88B is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB83184139-
CMYK0.5500.240.28
HSL153.27º41.56%52.35%-
HSV(B)153.27º54.89%72.16%-
XYZ25.3737.9830.42-
YUV148.67122.5481.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.44%
GREEN value IS 184 (72.27% from 255) = 45.32%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=20.44%
G=45.32%
B=34.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831841390.5500.240.28153.2741.5652.35
Hex53B88B370181C992a34
Octal12327021367030342315264
Binary101001110111000100010111101110110001110010011001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B88B; }

 p { color: rgb(83,184,139); }

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

<style>
 a { background-color: #53B88B; }

 a { background-color: rgb(83,184,139); }

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

<style>
 span { border-color: #53B88B; }

 span { border-color: rgb(83,184,139); }

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