#53875A

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

Shades of Killarney #53875A

Tints of Killarney #53875A

Color information

#53875A (or 0x53875A) is unknown color: approx Killarney. HEX triplet: 53, 87 and 5A. RGB value is (83,135,90). Sum of RGB (Red+Green+Blue) = 83+135+90=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #53875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53875A is #AC78A5. Grayscale: #727272. Windows color (decimal): -11303078 or 5932883. OLE color: 5932883.

HSL color Cylindrical-coordinate representation of color #53875A: hue angle of 128.08º 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 #53875A is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB8313590-
CMYK0.3900.330.47
HSL128.08º23.85%42.75%-
HSV(B)128.08º38.52%52.94%-
XYZ14.0819.9112.77-
YUV114.32114.27105.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=26.95%
G=43.83%
B=29.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83135900.3900.330.47128.0823.8542.75
Hex53875A270212F80182b
Octal12320713247041572003053
Binary101001110000111101101010011101000011011111000000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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