#536D55

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

Shades of Killarney #536D55

Tints of Killarney #536D55

Color information

#536D55 (or 0x536D55) is unknown color: approx Killarney. HEX triplet: 53, 6D and 55. RGB value is (83,109,85). Sum of RGB (Red+Green+Blue) = 83+109+85=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #536D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D55 is #AC92AA. Grayscale: #626262. Windows color (decimal): -11309739 or 5598547. OLE color: 5598547.

HSL color Cylindrical-coordinate representation of color #536D55: hue angle of 124.62º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #536D55 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB8310985-
CMYK0.2400.220.57
HSL124.62º13.54%37.65%-
HSV(B)124.62º23.85%42.75%-
XYZ10.6813.4310.62-
YUV98.49120.39116.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 109 (42.97% from 255) = 39.35%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=29.96%
G=39.35%
B=30.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83109850.2400.220.57124.6213.5437.65
Hex536D5518016397de26
Octal12315512530026711751646
Binary1010011110110110101011100001011011100111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536D55; }

 p { color: rgb(83,109,85); }

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

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

 a { background-color: rgb(83,109,85); }

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

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

 span { border-color: rgb(83,109,85); }

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