#536A68

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

Shades of William #536A68

Tints of William #536A68

Color information

#536A68 (or 0x536A68) is unknown color: approx William. HEX triplet: 53, 6A and 68. RGB value is (83,106,104). Sum of RGB (Red+Green+Blue) = 83+106+104=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 106 - color contains mainly: green. Hex color #536A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A68 is #AC9597. Grayscale: #626262. Windows color (decimal): -11310488 or 6842963. OLE color: 6842963.

HSL color Cylindrical-coordinate representation of color #536A68: hue angle of 174.78º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536A68 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB83106104-
CMYK0.2200.020.58
HSL174.78º12.17%37.06%-
HSV(B)174.78º21.7%41.57%-
XYZ11.2213.1515.04-
YUV98.89130.88116.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=28.33%
G=36.18%
B=35.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal831061040.2200.020.58174.7812.1737.06
Hex536A6816023Aafc25
Octal1231521502602722571445
Binary10100111101010110100010110010111010101011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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