#527558

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

Shades of Killarney #527558

Tints of Killarney #527558

Color information

#527558 (or 0x527558) is unknown color: approx Killarney. HEX triplet: 52, 75 and 58. RGB value is (82,117,88). Sum of RGB (Red+Green+Blue) = 82+117+88=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #527558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527558 is #AD8AA7. Grayscale: #676767. Windows color (decimal): -11373224 or 5797202. OLE color: 5797202.

HSL color Cylindrical-coordinate representation of color #527558: hue angle of 130.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527558 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB8211788-
CMYK0.3000.250.54
HSL130.29º17.59%39.02%-
HSV(B)130.29º29.91%45.88%-
XYZ11.615.2211.56-
YUV103.23119.4112.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=28.57%
G=40.77%
B=30.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117880.3000.250.54130.2917.5939.02
Hex5275581E01936821227
Octal12216513036031662022247
Binary101001011101011011000111100110011101101000001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527558; }

 p { color: rgb(82,117,88); }

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

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

 a { background-color: rgb(82,117,88); }

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

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

 span { border-color: rgb(82,117,88); }

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