#536865

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

Shades of William #536865

Tints of William #536865

Color information

#536865 (or 0x536865) is unknown color: approx William. HEX triplet: 53, 68 and 65. RGB value is (83,104,101). Sum of RGB (Red+Green+Blue) = 83+104+101=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 104 - color contains mainly: green. Hex color #536865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536865 is #AC979A. Grayscale: #616161. Windows color (decimal): -11311003 or 6645843. OLE color: 6645843.

HSL color Cylindrical-coordinate representation of color #536865: hue angle of 171.43º 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 #536865 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB83104101-
CMYK0.2000.030.59
HSL171.43º11.23%36.67%-
HSV(B)171.43º20.19%40.78%-
XYZ10.8712.6814.19-
YUV97.38130.04117.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=28.82%
G=36.11%
B=35.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal831041010.2000.030.59171.4311.2336.67
Hex53686514033Babb25
Octal1231501452403732531345
Binary10100111101000110010110100011111011101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536865; }

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

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

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

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

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

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

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

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