#527357

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

Shades of Killarney #527357

Tints of Killarney #527357

Color information

#527357 (or 0x527357) is unknown color: approx Killarney. HEX triplet: 52, 73 and 57. RGB value is (82,115,87). Sum of RGB (Red+Green+Blue) = 82+115+87=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #527357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527357 is #AD8CA8. Grayscale: #666666. Windows color (decimal): -11373737 or 5731154. OLE color: 5731154.

HSL color Cylindrical-coordinate representation of color #527357: hue angle of 129.09º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527357 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB8211587-
CMYK0.2900.240.55
HSL129.09º16.75%38.63%-
HSV(B)129.09º28.7%45.1%-
XYZ11.3314.7411.27-
YUV101.94119.57113.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=28.87%
G=40.49%
B=30.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115870.2900.240.55129.0916.7538.63
Hex5273571D01837811127
Octal12216312735030672012147
Binary101001011100111010111111010110001101111000000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527357; }

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

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

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

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

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

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

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

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