#536971

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

Shades of Bismark #536971

Tints of Bismark #536971

Color information

#536971 (or 0x536971) is unknown color: approx Bismark. HEX triplet: 53, 69 and 71. RGB value is (83,105,113). Sum of RGB (Red+Green+Blue) = 83+105+113=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #536971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536971 is #AC968E. Grayscale: #636363. Windows color (decimal): -11310735 or 7432531. OLE color: 7432531.

HSL color Cylindrical-coordinate representation of color #536971: hue angle of 196º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536971 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB83105113-
CMYK0.270.0700.56
HSL196º15.31%38.43%-
HSV(B)196º26.55%44.31%-
XYZ11.613.1317.55-
YUV99.33135.71116.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.57%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=27.57%
G=34.88%
B=37.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831051130.270.0700.5619615.3138.43
Hex5369711B7038c4f26
Octal1231511613370703041746
Binary101001111010011110001110111110111000110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536971; }

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

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

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

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

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

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

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

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