#536461

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

Shades of William #536461

Tints of William #536461

Color information

#536461 (or 0x536461) is unknown color: approx William. HEX triplet: 53, 64 and 61. RGB value is (83,100,97). Sum of RGB (Red+Green+Blue) = 83+100+97=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 100 - color contains mainly: green. Hex color #536461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536461 is #AC9B9E. Grayscale: #5E5E5E. Windows color (decimal): -11312031 or 6382675. OLE color: 6382675.

HSL color Cylindrical-coordinate representation of color #536461: hue angle of 169.41º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #536461 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB8310097-
CMYK0.1700.030.61
HSL169.41º9.29%35.88%-
HSV(B)169.41º17%39.22%-
XYZ10.2811.8213.05-
YUV94.57129.37119.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=29.64%
G=35.71%
B=34.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83100970.1700.030.61169.419.2935.88
Hex53646111033Da9924
Octal1231441412103752511144
Binary10100111100100110000110001011111101101010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536461; }

 p { color: rgb(83,100,97); }

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

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

 a { background-color: rgb(83,100,97); }

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

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

 span { border-color: rgb(83,100,97); }

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