#53BA88

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

Shades of Silver Tree #53BA88

Tints of Silver Tree #53BA88

Color information

#53BA88 (or 0x53BA88) is unknown color: approx Silver Tree. HEX triplet: 53, BA and 88. RGB value is (83,186,136). Sum of RGB (Red+Green+Blue) = 83+186+136=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA88 is #AC4577. Grayscale: #959595. Windows color (decimal): -11289976 or 8960595. OLE color: 8960595.

HSL color Cylindrical-coordinate representation of color #53BA88: hue angle of 150.87º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA88 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB83186136-
CMYK0.5500.270.27
HSL150.87º42.74%52.75%-
HSV(B)150.87º55.38%72.94%-
XYZ25.5738.7329.42-
YUV149.5120.3880.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.49%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=20.49%
G=45.93%
B=33.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861360.5500.270.27150.8742.7452.75
Hex53BA883701B1B972b35
Octal12327221067033332275365
Binary101001110111010100010001101110110111101110010111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,186,136); }

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

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

 a { background-color: rgb(83,186,136); }

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

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

 span { border-color: rgb(83,186,136); }

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