#536A77

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

Shades of Bismark #536A77

Tints of Bismark #536A77

Color information

#536A77 (or 0x536A77) is unknown color: approx Bismark. HEX triplet: 53, 6A and 77. RGB value is (83,106,119). Sum of RGB (Red+Green+Blue) = 83+106+119=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #536A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A77 is #AC9588. Grayscale: #646464. Windows color (decimal): -11310473 or 7826003. OLE color: 7826003.

HSL color Cylindrical-coordinate representation of color #536A77: hue angle of 201.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536A77 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83106119-
CMYK0.300.1100.53
HSL201.67º17.82%39.61%-
HSV(B)201.67º30.25%46.67%-
XYZ12.0513.4819.42-
YUV100.6138.38115.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=26.95%
G=34.42%
B=38.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831061190.300.1100.53201.6717.8239.61
Hex536A771EB035ca1228
Octal12315216736130653122250
Binary10100111101010111011111110101101101011100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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