#53895B

Color #53895B Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #53895B

Tints of Killarney #53895B

Color information

#53895B (or 0x53895B) is unknown color: approx Killarney. HEX triplet: 53, 89 and 5B. RGB value is (83,137,91). Sum of RGB (Red+Green+Blue) = 83+137+91=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #53895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53895B is #AC76A4. Grayscale: #737373. Windows color (decimal): -11302565 or 5998931. OLE color: 5998931.

HSL color Cylindrical-coordinate representation of color #53895B: hue angle of 128.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53895B is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB8313791-
CMYK0.3900.340.46
HSL128.89º24.55%43.14%-
HSV(B)128.89º39.42%53.73%-
XYZ14.420.4913.09-
YUV115.61114.11104.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=26.69%
G=44.05%
B=29.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83137910.3900.340.46128.8924.5543.14
Hex53895B270222E81192b
Octal12321113347042562013153
Binary101001110001001101101110011101000101011101000000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53895B; }

 p { color: rgb(83,137,91); }

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

<style>
 a { background-color: #53895B; }

 a { background-color: rgb(83,137,91); }

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

<style>
 span { border-color: #53895B; }

 span { border-color: rgb(83,137,91); }

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