#536B7A

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

Shades of Bismark #536B7A

Tints of Bismark #536B7A

Color information

#536B7A (or 0x536B7A) is unknown color: approx Bismark. HEX triplet: 53, 6B and 7A. RGB value is (83,107,122). Sum of RGB (Red+Green+Blue) = 83+107+122=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #536B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B7A is #AC9485. Grayscale: #656565. Windows color (decimal): -11310214 or 8022867. OLE color: 8022867.

HSL color Cylindrical-coordinate representation of color #536B7A: hue angle of 203.08º 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 #536B7A is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB83107122-
CMYK0.320.1200.52
HSL203.08º19.02%40.2%-
HSV(B)203.08º31.97%47.84%-
XYZ12.3413.7620.42-
YUV101.53139.55114.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=26.60%
G=34.29%
B=39.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831071220.320.1200.52203.0819.0240.2
Hex536B7A20C034cb1328
Octal12315317240140643132350
Binary101001111010111111010100000110001101001100101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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