#536E56

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

Shades of Killarney #536E56

Tints of Killarney #536E56

Color information

#536E56 (or 0x536E56) is unknown color: approx Killarney. HEX triplet: 53, 6E and 56. RGB value is (83,110,86). Sum of RGB (Red+Green+Blue) = 83+110+86=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #536E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E56 is #AC91A9. Grayscale: #636363. Windows color (decimal): -11309482 or 5664339. OLE color: 5664339.

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

Color convert

RGB8311086-
CMYK0.2500.220.57
HSL126.67º13.99%37.84%-
HSV(B)126.67º24.55%43.14%-
XYZ10.8213.6610.87-
YUV99.19120.55116.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=29.75%
G=39.43%
B=30.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83110860.2500.220.57126.6713.9937.84
Hex536E5619016397fe26
Octal12315612631026711771646
Binary1010011110111010101101100101011011100111111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,110,86); }

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

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

 a { background-color: rgb(83,110,86); }

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

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

 span { border-color: rgb(83,110,86); }

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