#536967

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

Shades of William #536967

Tints of William #536967

Color information

#536967 (or 0x536967) is unknown color: approx William. HEX triplet: 53, 69 and 67. RGB value is (83,105,103). Sum of RGB (Red+Green+Blue) = 83+105+103=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 105 - color contains mainly: green. Hex color #536967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536967 is #AC9698. Grayscale: #626262. Windows color (decimal): -11310745 or 6777171. OLE color: 6777171.

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

Color convert

RGB83105103-
CMYK0.2100.020.59
HSL174.55º11.7%36.86%-
HSV(B)174.55º20.95%41.18%-
XYZ11.0712.9214.74-
YUV98.19130.71117.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=28.52%
G=36.08%
B=35.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal831051030.2100.020.59174.5511.736.86
Hex53696715023Bafc25
Octal1231511472502732571445
Binary10100111101001110011110101010111011101011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536967; }

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

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

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

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

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

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

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

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