#528A59

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

Shades of Killarney #528A59

Tints of Killarney #528A59

Color information

#528A59 (or 0x528A59) is unknown color: approx Killarney. HEX triplet: 52, 8A and 59. RGB value is (82,138,89). Sum of RGB (Red+Green+Blue) = 82+138+89=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #528A59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528A59 is #AD75A6. Grayscale: #737373. Windows color (decimal): -11367847 or 5868114. OLE color: 5868114.

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

Color convert

RGB8213889-
CMYK0.4100.360.46
HSL127.5º25.45%43.14%-
HSV(B)127.5º40.58%54.12%-
XYZ14.3720.6912.69-
YUV115.67112.95103.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=26.54%
G=44.66%
B=28.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82138890.4100.360.46127.525.4543.14
Hex528A59290242E80192b
Octal12221213151044562003153
Binary101001010001010101100110100101001001011101000000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528A59; }

 p { color: rgb(82,138,89); }

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

<style>
 a { background-color: #528A59; }

 a { background-color: rgb(82,138,89); }

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

<style>
 span { border-color: #528A59; }

 span { border-color: rgb(82,138,89); }

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