#536D7A

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

Shades of Bismark #536D7A

Tints of Bismark #536D7A

Color information

#536D7A (or 0x536D7A) is unknown color: approx Bismark. HEX triplet: 53, 6D and 7A. RGB value is (83,109,122). Sum of RGB (Red+Green+Blue) = 83+109+122=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #536D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D7A is #AC9285. Grayscale: #666666. Windows color (decimal): -11309702 or 8023379. OLE color: 8023379.

HSL color Cylindrical-coordinate representation of color #536D7A: hue angle of 200º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #536D7A is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB83109122-
CMYK0.320.1100.52
HSL200º19.02%40.2%-
HSV(B)200º31.97%47.84%-
XYZ12.5514.1820.49-
YUV102.71138.89113.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=26.43%
G=34.71%
B=38.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831091220.320.1100.5220019.0240.2
Hex536D7A20B034c81328
Octal12315517240130643102350
Binary101001111011011111010100000101101101001100100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,109,122); }

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

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

 a { background-color: rgb(83,109,122); }

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

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

 span { border-color: rgb(83,109,122); }

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