#536C66

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

Shades of William #536C66

Tints of William #536C66

Color information

#536C66 (or 0x536C66) is unknown color: approx William. HEX triplet: 53, 6C and 66. RGB value is (83,108,102). Sum of RGB (Red+Green+Blue) = 83+108+102=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 108 - color contains mainly: green. Hex color #536C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C66 is #AC9399. Grayscale: #636363. Windows color (decimal): -11309978 or 6712403. OLE color: 6712403.

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

Color convert

RGB83108102-
CMYK0.2300.060.58
HSL165.6º13.09%37.45%-
HSV(B)165.6º23.15%42.35%-
XYZ11.3313.5214.58-
YUV99.84129.22115.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=28.33%
G=36.86%
B=34.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal831081020.2300.060.58165.613.0937.45
Hex536C6617063Aa6d25
Octal1231541462706722461545
Binary101001111011001100110101110110111010101001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,108,102); }

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

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

 a { background-color: rgb(83,108,102); }

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

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

 span { border-color: rgb(83,108,102); }

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