#52875B

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

Shades of Killarney #52875B

Tints of Killarney #52875B

Color information

#52875B (or 0x52875B) is unknown color: approx Killarney. HEX triplet: 52, 87 and 5B. RGB value is (82,135,91). Sum of RGB (Red+Green+Blue) = 82+135+91=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #52875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52875B is #AD78A4. Grayscale: #727272. Windows color (decimal): -11368613 or 5998418. OLE color: 5998418.

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

Color convert

RGB8213591-
CMYK0.3900.330.47
HSL130.19º24.42%42.55%-
HSV(B)130.19º39.26%52.94%-
XYZ14.0319.8812.99-
YUV114.14114.94105.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=26.62%
G=43.83%
B=29.55%

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
Decimal82135910.3900.330.47130.1924.4242.55
Hex52875B270212F82182b
Octal12220713347041572023053
Binary101001010000111101101110011101000011011111000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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