#536D60

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

Shades of Como #536D60

Tints of Como #536D60

Color information

#536D60 (or 0x536D60) is unknown color: approx Como. HEX triplet: 53, 6D and 60. RGB value is (83,109,96). Sum of RGB (Red+Green+Blue) = 83+109+96=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #536D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D60 is #AC929F. Grayscale: #636363. Windows color (decimal): -11309728 or 6319443. OLE color: 6319443.

HSL color Cylindrical-coordinate representation of color #536D60: hue angle of 150º 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 #536D60 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB8310996-
CMYK0.2400.120.57
HSL150º13.54%37.65%-
HSV(B)150º23.85%42.75%-
XYZ11.1513.6213.11-
YUV99.74125.89116.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=28.82%
G=37.85%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83109960.2400.120.5715013.5437.65
Hex536D60180C3996e26
Octal12315514030014712261646
Binary1010011110110111000001100001100111001100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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