#52875A

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

Shades of Killarney #52875A

Tints of Killarney #52875A

Color information

#52875A (or 0x52875A) is unknown color: approx Killarney. HEX triplet: 52, 87 and 5A. RGB value is (82,135,90). Sum of RGB (Red+Green+Blue) = 82+135+90=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #52875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52875A is #AD78A5. Grayscale: #727272. Windows color (decimal): -11368614 or 5932882. OLE color: 5932882.

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

Color convert

RGB8213590-
CMYK0.3900.330.47
HSL129.06º24.42%42.55%-
HSV(B)129.06º39.26%52.94%-
XYZ13.9919.8612.77-
YUV114.02114.44105.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=26.71%
G=43.97%
B=29.32%

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
Decimal82135900.3900.330.47129.0624.4242.55
Hex52875A270212F81182b
Octal12220713247041572013053
Binary101001010000111101101010011101000011011111000000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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