#536878

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

Shades of Bismark #536878

Tints of Bismark #536878

Color information

#536878 (or 0x536878) is unknown color: approx Bismark. HEX triplet: 53, 68 and 78. RGB value is (83,104,120). Sum of RGB (Red+Green+Blue) = 83+104+120=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #536878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536878 is #AC9787. Grayscale: #636363. Windows color (decimal): -11310984 or 7891027. OLE color: 7891027.

HSL color Cylindrical-coordinate representation of color #536878: hue angle of 205.95º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536878 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83104120-
CMYK0.310.1300.53
HSL205.95º18.23%39.8%-
HSV(B)205.95º30.83%47.06%-
XYZ11.9113.119.67-
YUV99.54139.54116.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=27.04%
G=33.88%
B=39.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831041200.310.1300.53205.9518.2339.8
Hex5368781FD035ce1228
Octal12315017037150653162250
Binary10100111101000111100011111110101101011100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536878; }

 p { color: rgb(83,104,120); }

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

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

 a { background-color: rgb(83,104,120); }

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

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

 span { border-color: rgb(83,104,120); }

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