#536F7D

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

Shades of Bismark #536F7D

Tints of Bismark #536F7D

Color information

#536F7D (or 0x536F7D) is unknown color: approx Bismark. HEX triplet: 53, 6F and 7D. RGB value is (83,111,125). Sum of RGB (Red+Green+Blue) = 83+111+125=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #536F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F7D is #AC9082. Grayscale: #686868. Windows color (decimal): -11309187 or 8220499. OLE color: 8220499.

HSL color Cylindrical-coordinate representation of color #536F7D: hue angle of 200º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #536F7D is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83111125-
CMYK0.340.1100.51
HSL200º20.19%40.78%-
HSV(B)200º33.6%49.02%-
XYZ12.9514.6921.55-
YUV104.22139.72112.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=26.02%
G=34.80%
B=39.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831111250.340.1100.5120020.1940.78
Hex536F7D22B033c81429
Octal12315717542130633102451
Binary101001111011111111101100010101101100111100100010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,111,125); }

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

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

 a { background-color: rgb(83,111,125); }

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

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

 span { border-color: rgb(83,111,125); }

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