#527658

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

Shades of Killarney #527658

Tints of Killarney #527658

Color information

#527658 (or 0x527658) is unknown color: approx Killarney. HEX triplet: 52, 76 and 58. RGB value is (82,118,88). Sum of RGB (Red+Green+Blue) = 82+118+88=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #527658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527658 is #AD89A7. Grayscale: #676767. Windows color (decimal): -11372968 or 5797458. OLE color: 5797458.

HSL color Cylindrical-coordinate representation of color #527658: hue angle of 130º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527658 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB8211888-
CMYK0.3100.250.54
HSL130º18%39.22%-
HSV(B)130º30.51%46.27%-
XYZ11.7215.4611.6-
YUV103.82119.07112.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=28.47%
G=40.97%
B=30.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118880.3100.250.541301839.22
Hex5276581F01936821227
Octal12216613037031662022247
Binary101001011101101011000111110110011101101000001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527658; }

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

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

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

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

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

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

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

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