#536877

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

Shades of Bismark #536877

Tints of Bismark #536877

Color information

#536877 (or 0x536877) is unknown color: approx Bismark. HEX triplet: 53, 68 and 77. RGB value is (83,104,119). Sum of RGB (Red+Green+Blue) = 83+104+119=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #536877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536877 is #AC9788. Grayscale: #636363. Windows color (decimal): -11310985 or 7825491. OLE color: 7825491.

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

Color convert

RGB83104119-
CMYK0.300.1300.53
HSL205º17.82%39.61%-
HSV(B)205º30.25%46.67%-
XYZ11.8513.0719.35-
YUV99.43139.04116.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=27.12%
G=33.99%
B=38.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831041190.300.1300.5320517.8239.61
Hex5368771ED035cd1228
Octal12315016736150653152250
Binary10100111101000111011111110110101101011100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536877; }

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

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

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

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

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

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

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

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