#536E6A

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

Shades of William #536E6A

Tints of William #536E6A

Color information

#536E6A (or 0x536E6A) is unknown color: approx William. HEX triplet: 53, 6E and 6A. RGB value is (83,110,106). Sum of RGB (Red+Green+Blue) = 83+110+106=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 110 - color contains mainly: green. Hex color #536E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E6A is #AC9195. Grayscale: #656565. Windows color (decimal): -11309462 or 6975059. OLE color: 6975059.

HSL color Cylindrical-coordinate representation of color #536E6A: hue angle of 171.11º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536E6A is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB83110106-
CMYK0.2500.040.57
HSL171.11º13.99%37.84%-
HSV(B)171.11º24.55%43.14%-
XYZ11.7414.0315.73-
YUV101.47130.55114.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=27.76%
G=36.79%
B=35.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal831101060.2500.040.57171.1113.9937.84
Hex536E6A190439abe26
Octal1231561523104712531646
Binary101001111011101101010110010100111001101010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536E6A; }

 p { color: rgb(83,110,106); }

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

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

 a { background-color: rgb(83,110,106); }

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

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

 span { border-color: rgb(83,110,106); }

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