#528556

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

Shades of Killarney #528556

Tints of Killarney #528556

Color information

#528556 (or 0x528556) is unknown color: approx Killarney. HEX triplet: 52, 85 and 56. RGB value is (82,133,86). Sum of RGB (Red+Green+Blue) = 82+133+86=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #528556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528556 is #AD7AA9. Grayscale: #707070. Windows color (decimal): -11369130 or 5670226. OLE color: 5670226.

HSL color Cylindrical-coordinate representation of color #528556: hue angle of 124.71º 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 #528556 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB8213386-
CMYK0.3800.350.48
HSL124.71º23.72%42.16%-
HSV(B)124.71º38.35%52.16%-
XYZ13.5519.2411.8-
YUV112.39113.1106.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=27.24%
G=44.19%
B=28.57%

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
Decimal82133860.3800.350.48124.7123.7242.16
Hex52855626023307d182a
Octal12220512646043601753052
Binary10100101000010110101101001100100011110000111110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528556; }

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

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

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

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

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

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

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

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