#536562

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

Shades of William #536562

Tints of William #536562

Color information

#536562 (or 0x536562) is unknown color: approx William. HEX triplet: 53, 65 and 62. RGB value is (83,101,98). Sum of RGB (Red+Green+Blue) = 83+101+98=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #536562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536562 is #AC9A9D. Grayscale: #5F5F5F. Windows color (decimal): -11311774 or 6448467. OLE color: 6448467.

HSL color Cylindrical-coordinate representation of color #536562: hue angle of 170º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536562 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB8310198-
CMYK0.1800.030.60
HSL170º9.78%36.08%-
HSV(B)170º17.82%39.61%-
XYZ10.4312.0313.33-
YUV95.28129.54119.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=29.43%
G=35.82%
B=34.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101980.1800.030.601709.7836.08
Hex53656212033Caaa24
Octal1231451422203742521244
Binary10100111100101110001010010011111100101010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536562; }

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

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

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

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

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

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

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

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