#536B68

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

Shades of William #536B68

Tints of William #536B68

Color information

#536B68 (or 0x536B68) is unknown color: approx William. HEX triplet: 53, 6B and 68. RGB value is (83,107,104). Sum of RGB (Red+Green+Blue) = 83+107+104=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 107 - color contains mainly: green. Hex color #536B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B68 is #AC9497. Grayscale: #636363. Windows color (decimal): -11310232 or 6843219. OLE color: 6843219.

HSL color Cylindrical-coordinate representation of color #536B68: hue angle of 172.5º degrees, saturation: 0.13, 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 #536B68 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB83107104-
CMYK0.2200.030.58
HSL172.5º12.63%37.25%-
HSV(B)172.5º22.43%41.96%-
XYZ11.3213.3515.08-
YUV99.48130.55116.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=28.23%
G=36.39%
B=35.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal831071040.2200.030.58172.512.6337.25
Hex536B6816033Aacd25
Octal1231531502603722541545
Binary10100111101011110100010110011111010101011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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