#536F5E

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

Shades of Como #536F5E

Tints of Como #536F5E

Color information

#536F5E (or 0x536F5E) is unknown color: approx Como. HEX triplet: 53, 6F and 5E. RGB value is (83,111,94). Sum of RGB (Red+Green+Blue) = 83+111+94=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #536F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F5E is #AC90A1. Grayscale: #646464. Windows color (decimal): -11309218 or 6188883. OLE color: 6188883.

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

Color convert

RGB8311194-
CMYK0.2500.150.56
HSL143.57º14.43%38.04%-
HSV(B)143.57º25.23%43.53%-
XYZ11.2714.0212.7-
YUV100.69124.22115.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=28.82%
G=38.54%
B=32.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83111940.2500.150.56143.5714.4338.04
Hex536F5E190F3890e26
Octal12315713631017702201646
Binary1010011110111110111101100101111111000100100001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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