#536776

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

Shades of Bismark #536776

Tints of Bismark #536776

Color information

#536776 (or 0x536776) is unknown color: approx Bismark. HEX triplet: 53, 67 and 76. RGB value is (83,103,118). Sum of RGB (Red+Green+Blue) = 83+103+118=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #536776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536776 is #AC9889. Grayscale: #626262. Windows color (decimal): -11311242 or 7759699. OLE color: 7759699.

HSL color Cylindrical-coordinate representation of color #536776: hue angle of 205.71º 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 #536776 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB83103118-
CMYK0.300.1300.54
HSL205.71º17.41%39.41%-
HSV(B)205.71º29.66%46.27%-
XYZ11.6912.8519-
YUV98.73138.87116.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=27.30%
G=33.88%
B=38.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831031180.300.1300.54205.7117.4139.41
Hex5367761ED036ce1127
Octal12314716636150663162147
Binary10100111100111111011011110110101101101100111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536776; }

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

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

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

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

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

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

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

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