#527858

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

Shades of Killarney #527858

Tints of Killarney #527858

Color information

#527858 (or 0x527858) is unknown color: approx Killarney. HEX triplet: 52, 78 and 58. RGB value is (82,120,88). Sum of RGB (Red+Green+Blue) = 82+120+88=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #527858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527858 is #AD87A7. Grayscale: #696969. Windows color (decimal): -11372456 or 5797970. OLE color: 5797970.

HSL color Cylindrical-coordinate representation of color #527858: hue angle of 129.47º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527858 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB8212088-
CMYK0.3200.270.53
HSL129.47º18.81%39.61%-
HSV(B)129.47º31.67%47.06%-
XYZ11.9615.9311.68-
YUV104.99118.41111.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=28.28%
G=41.38%
B=30.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120880.3200.270.53129.4718.8139.61
Hex5278582001B35811328
Octal12217013040033652012350
Binary1010010111100010110001000000110111101011000000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527858; }

 p { color: rgb(82,120,88); }

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

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

 a { background-color: rgb(82,120,88); }

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

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

 span { border-color: rgb(82,120,88); }

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