#536E77

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

Shades of Bismark #536E77

Tints of Bismark #536E77

Color information

#536E77 (or 0x536E77) is unknown color: approx Bismark. HEX triplet: 53, 6E and 77. RGB value is (83,110,119). Sum of RGB (Red+Green+Blue) = 83+110+119=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #536E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E77 is #AC9188. Grayscale: #666666. Windows color (decimal): -11309449 or 7827027. OLE color: 7827027.

HSL color Cylindrical-coordinate representation of color #536E77: hue angle of 195º 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 #536E77 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83110119-
CMYK0.300.0800.53
HSL195º17.82%39.61%-
HSV(B)195º30.25%46.67%-
XYZ12.4714.3219.56-
YUV102.95137.05113.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=26.60%
G=35.26%
B=38.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831101190.300.0800.5319517.8239.61
Hex536E771E8035c31228
Octal12315616736100653032250
Binary10100111101110111011111110100001101011100001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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