#53885A

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

Shades of Killarney #53885A

Tints of Killarney #53885A

Color information

#53885A (or 0x53885A) is unknown color: approx Killarney. HEX triplet: 53, 88 and 5A. RGB value is (83,136,90). Sum of RGB (Red+Green+Blue) = 83+136+90=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #53885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53885A is #AC77A5. Grayscale: #737373. Windows color (decimal): -11302822 or 5933139. OLE color: 5933139.

HSL color Cylindrical-coordinate representation of color #53885A: hue angle of 127.92º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53885A is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB8313690-
CMYK0.3900.340.47
HSL127.92º24.2%42.94%-
HSV(B)127.92º38.97%53.33%-
XYZ14.2220.1912.82-
YUV114.91113.94105.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=26.86%
G=44.01%
B=29.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83136900.3900.340.47127.9224.242.94
Hex53885A270222F80182b
Octal12321013247042572003053
Binary101001110001000101101010011101000101011111000000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53885A; }

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

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

<style>
 a { background-color: #53885A; }

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

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

<style>
 span { border-color: #53885A; }

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

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