#536663

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

Shades of William #536663

Tints of William #536663

Color information

#536663 (or 0x536663) is unknown color: approx William. HEX triplet: 53, 66 and 63. RGB value is (83,102,99). Sum of RGB (Red+Green+Blue) = 83+102+99=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #536663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536663 is #AC999C. Grayscale: #5F5F5F. Windows color (decimal): -11311517 or 6514259. OLE color: 6514259.

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

Color convert

RGB8310299-
CMYK0.1900.030.6
HSL170.53º10.27%36.27%-
HSV(B)170.53º18.63%40%-
XYZ10.5712.2413.61-
YUV95.98129.71118.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=29.23%
G=35.92%
B=34.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102990.1900.030.6170.5310.2736.27
Hex53666313033Caba24
Octal1231461432303742531244
Binary10100111100110110001110011011111100101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536663; }

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

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

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

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

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

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

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

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