#527358

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

Shades of Killarney #527358

Tints of Killarney #527358

Color information

#527358 (or 0x527358) is unknown color: approx Killarney. HEX triplet: 52, 73 and 58. RGB value is (82,115,88). Sum of RGB (Red+Green+Blue) = 82+115+88=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #527358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527358 is #AD8CA7. Grayscale: #666666. Windows color (decimal): -11373736 or 5796690. OLE color: 5796690.

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

Color convert

RGB8211588-
CMYK0.2900.230.55
HSL130.91º16.75%38.63%-
HSV(B)130.91º28.7%45.1%-
XYZ11.3714.7611.48-
YUV102.06120.07113.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=28.77%
G=40.35%
B=30.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115880.2900.230.55130.9116.7538.63
Hex5273581D01737831127
Octal12216313035027672032147
Binary101001011100111011000111010101111101111000001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527358; }

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

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

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

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

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

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

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

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