#527455

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

Shades of Killarney #527455

Tints of Killarney #527455

Color information

#527455 (or 0x527455) is unknown color: approx Killarney. HEX triplet: 52, 74 and 55. RGB value is (82,116,85). Sum of RGB (Red+Green+Blue) = 82+116+85=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #527455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527455 is #AD8BAA. Grayscale: #666666. Windows color (decimal): -11373483 or 5600338. OLE color: 5600338.

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

Color convert

RGB8211685-
CMYK0.2900.270.55
HSL125.29º17.17%38.82%-
HSV(B)125.29º29.31%45.49%-
XYZ11.3614.9410.88-
YUV102.3118.24113.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=28.98%
G=40.99%
B=30.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116850.2900.270.55125.2917.1738.82
Hex5274551D01B377d1127
Octal12216412535033671752147
Binary10100101110100101010111101011011110111111110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527455; }

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

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

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

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

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

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

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

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