#536D69

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

Shades of William #536D69

Tints of William #536D69

Color information

#536D69 (or 0x536D69) is unknown color: approx William. HEX triplet: 53, 6D and 69. RGB value is (83,109,105). Sum of RGB (Red+Green+Blue) = 83+109+105=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 109 - color contains mainly: green. Hex color #536D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D69 is #AC9296. Grayscale: #646464. Windows color (decimal): -11309719 or 6909267. OLE color: 6909267.

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

Color convert

RGB83109105-
CMYK0.2400.040.57
HSL170.77º13.54%37.65%-
HSV(B)170.77º23.85%42.75%-
XYZ11.5913.815.42-
YUV100.77130.39115.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=27.95%
G=36.70%
B=35.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal831091050.2400.040.57170.7713.5437.65
Hex536D69180439abe26
Octal1231551513004712531646
Binary101001111011011101001110000100111001101010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,109,105); }

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

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

 a { background-color: rgb(83,109,105); }

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

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

 span { border-color: rgb(83,109,105); }

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