#527F58

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

Shades of Killarney #527F58

Tints of Killarney #527F58

Color information

#527F58 (or 0x527F58) is unknown color: approx Killarney. HEX triplet: 52, 7F and 58. RGB value is (82,127,88). Sum of RGB (Red+Green+Blue) = 82+127+88=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #527F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F58 is #AD80A7. Grayscale: #6D6D6D. Windows color (decimal): -11370664 or 5799762. OLE color: 5799762.

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

Color convert

RGB8212788-
CMYK0.3500.310.50
HSL128º21.53%40.98%-
HSV(B)128º35.43%49.8%-
XYZ12.8317.6811.97-
YUV109.1116.09108.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=27.61%
G=42.76%
B=29.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82127880.3500.310.5012821.5340.98
Hex527F582301F32801629
Octal12217713043037622002651
Binary1010010111111110110001000110111111100101000000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527F58; }

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

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

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

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

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

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

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

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