#536672

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

Shades of Bismark #536672

Tints of Bismark #536672

Color information

#536672 (or 0x536672) is unknown color: approx Bismark. HEX triplet: 53, 66 and 72. RGB value is (83,102,114). Sum of RGB (Red+Green+Blue) = 83+102+114=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #536672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536672 is #AC998D. Grayscale: #616161. Windows color (decimal): -11311502 or 7497299. OLE color: 7497299.

HSL color Cylindrical-coordinate representation of color #536672: hue angle of 203.23º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536672 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB83102114-
CMYK0.270.1100.55
HSL203.23º15.74%38.63%-
HSV(B)203.23º27.19%44.71%-
XYZ11.3612.5617.74-
YUV97.69137.21117.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=27.76%
G=34.11%
B=38.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831021140.270.1100.55203.2315.7438.63
Hex5366721BB037cb1027
Octal12314616233130673132047
Binary10100111100110111001011011101101101111100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536672; }

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

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

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

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

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

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

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

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