#528557

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

Shades of Killarney #528557

Tints of Killarney #528557

Color information

#528557 (or 0x528557) is unknown color: approx Killarney. HEX triplet: 52, 85 and 57. RGB value is (82,133,87). Sum of RGB (Red+Green+Blue) = 82+133+87=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #528557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528557 is #AD7AA8. Grayscale: #707070. Windows color (decimal): -11369129 or 5735762. OLE color: 5735762.

HSL color Cylindrical-coordinate representation of color #528557: hue angle of 125.88º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528557 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB8213387-
CMYK0.3800.350.48
HSL125.88º23.72%42.16%-
HSV(B)125.88º38.35%52.16%-
XYZ13.5919.2612.02-
YUV112.51113.6106.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 87 (34.38% from 255) = 28.81%
R=27.15%
G=44.04%
B=28.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133870.3800.350.48125.8823.7242.16
Hex52855726023307e182a
Octal12220512746043601763052
Binary10100101000010110101111001100100011110000111111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528557; }

 p { color: rgb(82,133,87); }

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

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

 a { background-color: rgb(82,133,87); }

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

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

 span { border-color: rgb(82,133,87); }

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