#527B55

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

Shades of Killarney #527B55

Tints of Killarney #527B55

Color information

#527B55 (or 0x527B55) is unknown color: approx Killarney. HEX triplet: 52, 7B and 55. RGB value is (82,123,85). Sum of RGB (Red+Green+Blue) = 82+123+85=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #527B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B55 is #AD84AA. Grayscale: #6A6A6A. Windows color (decimal): -11371691 or 5602130. OLE color: 5602130.

HSL color Cylindrical-coordinate representation of color #527B55: hue angle of 124.39º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527B55 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB8212385-
CMYK0.3300.310.52
HSL124.39º20%40.2%-
HSV(B)124.39º33.33%48.24%-
XYZ12.216.6211.16-
YUV106.41115.92110.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=28.28%
G=42.41%
B=29.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82123850.3300.310.52124.392040.2
Hex527B552101F347c1428
Octal12217312541037641742450
Binary101001011110111010101100001011111110100111110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527B55; }

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

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

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

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

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

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

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

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