#536771

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

Shades of Bismark #536771

Tints of Bismark #536771

Color information

#536771 (or 0x536771) is unknown color: approx Bismark. HEX triplet: 53, 67 and 71. RGB value is (83,103,113). Sum of RGB (Red+Green+Blue) = 83+103+113=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #536771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536771 is #AC988E. Grayscale: #626262. Windows color (decimal): -11311247 or 7432019. OLE color: 7432019.

HSL color Cylindrical-coordinate representation of color #536771: hue angle of 200º 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 #536771 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB83103113-
CMYK0.270.0900.56
HSL200º15.31%38.43%-
HSV(B)200º26.55%44.31%-
XYZ11.412.7317.48-
YUV98.16136.37117.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=27.76%
G=34.45%
B=37.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831031130.270.0900.5620015.3138.43
Hex5367711B9038c8f26
Octal12314716133110703101746
Binary1010011110011111100011101110010111000110010001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536771; }

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

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

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

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

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

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

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

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