#537B52

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

Shades of Killarney #537B52

Tints of Killarney #537B52

Color information

#537B52 (or 0x537B52) is unknown color: approx Killarney. HEX triplet: 53, 7B and 52. RGB value is (83,123,82). Sum of RGB (Red+Green+Blue) = 83+123+82=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 123 - color contains mainly: green. Hex color #537B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B52 is #AC84AD. Grayscale: #6A6A6A. Windows color (decimal): -11306158 or 5405523. OLE color: 5405523.

HSL color Cylindrical-coordinate representation of color #537B52: hue angle of 118.54º 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 #537B52 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB8312382-
CMYK0.3300.330.52
HSL118.54º20%40.2%-
HSV(B)118.54º33.33%48.24%-
XYZ12.1716.6110.55-
YUV106.37114.25111.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 123 (48.44% from 255) = 42.71%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=28.82%
G=42.71%
B=28.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83123820.3300.330.52118.542040.2
Hex537B522102134771428
Octal12317312241041641672450
Binary1010011111101110100101000010100001110100111011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537B52; }

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

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

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

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

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

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

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

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