#536772

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

Shades of Bismark #536772

Tints of Bismark #536772

Color information

#536772 (or 0x536772) is unknown color: approx Bismark. HEX triplet: 53, 67 and 72. RGB value is (83,103,114). Sum of RGB (Red+Green+Blue) = 83+103+114=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #536772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536772 is #AC988D. Grayscale: #626262. Windows color (decimal): -11311246 or 7497555. OLE color: 7497555.

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

Color convert

RGB83103114-
CMYK0.270.1000.55
HSL201.29º15.74%38.63%-
HSV(B)201.29º27.19%44.71%-
XYZ11.4512.7517.78-
YUV98.27136.87117.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 103 (40.62% from 255) = 34.33%
BLUE value IS 114 (44.92% from 255) = 38%
R=27.67%
G=34.33%
B=38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831031140.270.1000.55201.2915.7438.63
Hex5367721BA037c91027
Octal12314716233120673112047
Binary10100111100111111001011011101001101111100100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536772; }

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

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

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

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

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

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

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

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