#527055

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

Shades of Killarney #527055

Tints of Killarney #527055

Color information

#527055 (or 0x527055) is unknown color: approx Killarney. HEX triplet: 52, 70 and 55. RGB value is (82,112,85). Sum of RGB (Red+Green+Blue) = 82+112+85=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #527055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527055 is #AD8FAA. Grayscale: #646464. Windows color (decimal): -11374507 or 5599314. OLE color: 5599314.

HSL color Cylindrical-coordinate representation of color #527055: hue angle of 126º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527055 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB8211285-
CMYK0.2700.240.56
HSL126º15.46%38.04%-
HSV(B)126º26.79%43.92%-
XYZ10.9114.0410.73-
YUV99.95119.56115.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=29.39%
G=40.14%
B=30.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112850.2700.240.5612615.4638.04
Hex5270551B018387ef26
Octal12216012533030701761746
Binary1010010111000010101011101101100011100011111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527055; }

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

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

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

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

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

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

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

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