#536866

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

Shades of William #536866

Tints of William #536866

Color information

#536866 (or 0x536866) is unknown color: approx William. HEX triplet: 53, 68 and 66. RGB value is (83,104,102). Sum of RGB (Red+Green+Blue) = 83+104+102=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #536866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536866 is #AC9799. Grayscale: #616161. Windows color (decimal): -11311002 or 6711379. OLE color: 6711379.

HSL color Cylindrical-coordinate representation of color #536866: hue angle of 174.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536866 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB83104102-
CMYK0.2000.020.59
HSL174.29º11.23%36.67%-
HSV(B)174.29º20.19%40.78%-
XYZ10.9212.714.45-
YUV97.49130.54117.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=28.72%
G=35.99%
B=35.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal831041020.2000.020.59174.2911.2336.67
Hex53686614023Baeb25
Octal1231501462402732561345
Binary10100111101000110011010100010111011101011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536866; }

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

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

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

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

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

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

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

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