#536765

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

Shades of William #536765

Tints of William #536765

Color information

#536765 (or 0x536765) is unknown color: approx William. HEX triplet: 53, 67 and 65. RGB value is (83,103,101). Sum of RGB (Red+Green+Blue) = 83+103+101=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 103 - color contains mainly: green. Hex color #536765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536765 is #AC989A. Grayscale: #606060. Windows color (decimal): -11311259 or 6645587. OLE color: 6645587.

HSL color Cylindrical-coordinate representation of color #536765: hue angle of 174º degrees, saturation: 0.11, 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 #536765 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB83103101-
CMYK0.1900.020.60
HSL174º10.75%36.47%-
HSV(B)174º19.42%40.39%-
XYZ10.7712.4814.15-
YUV96.79130.37118.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=28.92%
G=35.89%
B=35.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal831031010.1900.020.6017410.7536.47
Hex53676513023Caeb24
Octal1231471452302742561344
Binary10100111100111110010110011010111100101011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536765; }

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

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

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

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

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

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

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

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