#536979

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

Shades of Bismark #536979

Tints of Bismark #536979

Color information

#536979 (or 0x536979) is unknown color: approx Bismark. HEX triplet: 53, 69 and 79. RGB value is (83,105,121). Sum of RGB (Red+Green+Blue) = 83+105+121=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #536979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536979 is #AC9686. Grayscale: #646464. Windows color (decimal): -11310727 or 7956819. OLE color: 7956819.

HSL color Cylindrical-coordinate representation of color #536979: hue angle of 205.26º 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 #536979 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83105121-
CMYK0.310.1300.53
HSL205.26º18.63%40%-
HSV(B)205.26º31.4%47.45%-
XYZ12.0713.3220.02-
YUV100.25139.71115.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=26.86%
G=33.98%
B=39.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831051210.310.1300.53205.2618.6340
Hex5369791FD035cd1328
Octal12315117137150653152350
Binary10100111101001111100111111110101101011100110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536979; }

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

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

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

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

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

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

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

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