#536E67

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

Shades of William #536E67

Tints of William #536E67

Color information

#536E67 (or 0x536E67) is unknown color: approx William. HEX triplet: 53, 6E and 67. RGB value is (83,110,103). Sum of RGB (Red+Green+Blue) = 83+110+103=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 110 - color contains mainly: green. Hex color #536E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E67 is #AC9198. Grayscale: #656565. Windows color (decimal): -11309465 or 6778451. OLE color: 6778451.

HSL color Cylindrical-coordinate representation of color #536E67: hue angle of 164.44º 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 #536E67 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB83110103-
CMYK0.2500.060.57
HSL164.44º13.99%37.84%-
HSV(B)164.44º24.55%43.14%-
XYZ11.5913.9714.92-
YUV101.13129.05115.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=28.04%
G=37.16%
B=34.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal831101030.2500.060.57164.4413.9937.84
Hex536E67190639a4e26
Octal1231561473106712441646
Binary101001111011101100111110010110111001101001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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