#537258

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

Shades of Killarney #537258

Tints of Killarney #537258

Color information

#537258 (or 0x537258) is unknown color: approx Killarney. HEX triplet: 53, 72 and 58. RGB value is (83,114,88). Sum of RGB (Red+Green+Blue) = 83+114+88=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #537258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537258 is #AC8DA7. Grayscale: #656565. Windows color (decimal): -11308456 or 5796435. OLE color: 5796435.

HSL color Cylindrical-coordinate representation of color #537258: hue angle of 129.68º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #537258 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB8311488-
CMYK0.2700.230.55
HSL129.68º15.74%38.63%-
HSV(B)129.68º27.19%44.71%-
XYZ11.3514.5811.45-
YUV101.77120.23114.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=29.12%
G=40%
B=30.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114880.2700.230.55129.6815.7438.63
Hex5372581B01737821027
Octal12316213033027672022047
Binary101001111100101011000110110101111101111000001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537258; }

 p { color: rgb(83,114,88); }

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

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

 a { background-color: rgb(83,114,88); }

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

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

 span { border-color: rgb(83,114,88); }

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