#536C5E

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

Shades of Como #536C5E

Tints of Como #536C5E

Color information

#536C5E (or 0x536C5E) is unknown color: approx Como. HEX triplet: 53, 6C and 5E. RGB value is (83,108,94). Sum of RGB (Red+Green+Blue) = 83+108+94=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #536C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C5E is #AC93A1. Grayscale: #626262. Windows color (decimal): -11309986 or 6188115. OLE color: 6188115.

HSL color Cylindrical-coordinate representation of color #536C5E: hue angle of 146.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #536C5E is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB8310894-
CMYK0.2300.130.58
HSL146.4º13.09%37.45%-
HSV(B)146.4º23.15%42.35%-
XYZ10.9513.3712.59-
YUV98.93125.22116.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=29.12%
G=37.89%
B=32.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83108940.2300.130.58146.413.0937.45
Hex536C5E170D3A92d25
Octal12315413627015722221545
Binary1010011110110010111101011101101111010100100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,108,94); }

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

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

 a { background-color: rgb(83,108,94); }

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

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

 span { border-color: rgb(83,108,94); }

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