#528055

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

Shades of Killarney #528055

Tints of Killarney #528055

Color information

#528055 (or 0x528055) is unknown color: approx Killarney. HEX triplet: 52, 80 and 55. RGB value is (82,128,85). Sum of RGB (Red+Green+Blue) = 82+128+85=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #528055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528055 is #AD7FAA. Grayscale: #6D6D6D. Windows color (decimal): -11370411 or 5603410. OLE color: 5603410.

HSL color Cylindrical-coordinate representation of color #528055: hue angle of 123.91º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528055 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB8212885-
CMYK0.3600.340.50
HSL123.91º21.9%41.18%-
HSV(B)123.91º35.94%50.2%-
XYZ12.8417.8911.37-
YUV109.34114.26108.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=27.80%
G=43.39%
B=28.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82128850.3600.340.50123.9121.941.18
Hex52805524022327c1629
Octal12220012544042621742651
Binary10100101000000010101011001000100010110010111110010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528055; }

 p { color: rgb(82,128,85); }

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

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

 a { background-color: rgb(82,128,85); }

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

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

 span { border-color: rgb(82,128,85); }

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