#536671

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

Shades of Bismark #536671

Tints of Bismark #536671

Color information

#536671 (or 0x536671) is unknown color: approx Bismark. HEX triplet: 53, 66 and 71. RGB value is (83,102,113). Sum of RGB (Red+Green+Blue) = 83+102+113=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #536671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536671 is #AC998E. Grayscale: #616161. Windows color (decimal): -11311503 or 7431763. OLE color: 7431763.

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

Color convert

RGB83102113-
CMYK0.270.1000.56
HSL202º15.31%38.43%-
HSV(B)202º26.55%44.31%-
XYZ11.312.5317.45-
YUV97.57136.71117.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=27.85%
G=34.23%
B=37.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831021130.270.1000.5620215.3138.43
Hex5366711BA038caf26
Octal12314616133120703121746
Binary1010011110011011100011101110100111000110010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536671; }

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

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

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

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

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

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

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

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