#536B72

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

Shades of Bismark #536B72

Tints of Bismark #536B72

Color information

#536B72 (or 0x536B72) is unknown color: approx Bismark. HEX triplet: 53, 6B and 72. RGB value is (83,107,114). Sum of RGB (Red+Green+Blue) = 83+107+114=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #536B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B72 is #AC948D. Grayscale: #646464. Windows color (decimal): -11310222 or 7498579. OLE color: 7498579.

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

Color convert

RGB83107114-
CMYK0.270.0600.55
HSL193.55º15.74%38.63%-
HSV(B)193.55º27.19%44.71%-
XYZ11.8613.5717.91-
YUV100.62135.55115.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=27.30%
G=35.20%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831071140.270.0600.55193.5515.7438.63
Hex536B721B6037c21027
Octal1231531623360673022047
Binary1010011110101111100101101111001101111100001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536B72; }

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

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

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

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

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

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

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

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