#527351

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

Shades of Killarney #527351

Tints of Killarney #527351

Color information

#527351 (or 0x527351) is unknown color: approx Killarney. HEX triplet: 52, 73 and 51. RGB value is (82,115,81). Sum of RGB (Red+Green+Blue) = 82+115+81=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #527351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527351 is #AD8CAE. Grayscale: #656565. Windows color (decimal): -11373743 or 5337938. OLE color: 5337938.

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

Color convert

RGB8211581-
CMYK0.2900.300.55
HSL118.24º17.35%38.43%-
HSV(B)118.24º29.57%45.1%-
XYZ11.114.6510.03-
YUV101.26116.57114.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=29.50%
G=41.37%
B=29.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115810.2900.300.55118.2417.3538.43
Hex5273511D01E37761126
Octal12216312135036671662146
Binary10100101110011101000111101011110110111111011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527351; }

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

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

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

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

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

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

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

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