#527453

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

Shades of Killarney #527453

Tints of Killarney #527453

Color information

#527453 (or 0x527453) is unknown color: approx Killarney. HEX triplet: 52, 74 and 53. RGB value is (82,116,83). Sum of RGB (Red+Green+Blue) = 82+116+83=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #527453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527453 is #AD8BAC. Grayscale: #666666. Windows color (decimal): -11373485 or 5469266. OLE color: 5469266.

HSL color Cylindrical-coordinate representation of color #527453: hue angle of 121.76º 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 #527453 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB8211683-
CMYK0.2900.280.55
HSL121.76º17.17%38.82%-
HSV(B)121.76º29.31%45.49%-
XYZ11.2914.9110.47-
YUV102.07117.24113.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=29.18%
G=41.28%
B=29.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116830.2900.280.55121.7617.1738.82
Hex5274531D01C377a1127
Octal12216412335034671722147
Binary10100101110100101001111101011100110111111101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527453; }

 p { color: rgb(82,116,83); }

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

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

 a { background-color: rgb(82,116,83); }

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

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

 span { border-color: rgb(82,116,83); }

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