#536D68

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

Shades of William #536D68

Tints of William #536D68

Color information

#536D68 (or 0x536D68) is unknown color: approx William. HEX triplet: 53, 6D and 68. RGB value is (83,109,104). Sum of RGB (Red+Green+Blue) = 83+109+104=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 109 - color contains mainly: green. Hex color #536D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D68 is #AC9297. Grayscale: #646464. Windows color (decimal): -11309720 or 6843731. OLE color: 6843731.

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

Color convert

RGB83109104-
CMYK0.2400.050.57
HSL168.46º13.54%37.65%-
HSV(B)168.46º23.85%42.75%-
XYZ11.5313.7815.15-
YUV100.66129.89115.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=28.04%
G=36.82%
B=35.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal831091040.2400.050.57168.4613.5437.65
Hex536D68180539a8e26
Octal1231551503005712501646
Binary101001111011011101000110000101111001101010001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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