#536A79

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

Shades of Bismark #536A79

Tints of Bismark #536A79

Color information

#536A79 (or 0x536A79) is unknown color: approx Bismark. HEX triplet: 53, 6A and 79. RGB value is (83,106,121). Sum of RGB (Red+Green+Blue) = 83+106+121=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #536A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A79 is #AC9586. Grayscale: #646464. Windows color (decimal): -11310471 or 7957075. OLE color: 7957075.

HSL color Cylindrical-coordinate representation of color #536A79: hue angle of 203.68º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536A79 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83106121-
CMYK0.310.1200.53
HSL203.68º18.63%40%-
HSV(B)203.68º31.4%47.45%-
XYZ12.1713.5320.06-
YUV100.83139.38115.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=26.77%
G=34.19%
B=39.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831061210.310.1200.53203.6818.6340
Hex536A791FC035cc1328
Octal12315217137140653142350
Binary10100111101010111100111111110001101011100110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,106,121); }

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

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

 a { background-color: rgb(83,106,121); }

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

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

 span { border-color: rgb(83,106,121); }

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