#536976

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

Shades of Bismark #536976

Tints of Bismark #536976

Color information

#536976 (or 0x536976) is unknown color: approx Bismark. HEX triplet: 53, 69 and 76. RGB value is (83,105,118). Sum of RGB (Red+Green+Blue) = 83+105+118=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #536976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536976 is #AC9689. Grayscale: #636363. Windows color (decimal): -11310730 or 7760211. OLE color: 7760211.

HSL color Cylindrical-coordinate representation of color #536976: hue angle of 202.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536976 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB83105118-
CMYK0.300.1100.54
HSL202.29º17.41%39.41%-
HSV(B)202.29º29.66%46.27%-
XYZ11.8913.2519.07-
YUV99.9138.21115.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=27.12%
G=34.31%
B=38.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831051180.300.1100.54202.2917.4139.41
Hex5369761EB036ca1127
Octal12315116636130663122147
Binary10100111101001111011011110101101101101100101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536976; }

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

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

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

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

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

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

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

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