#536B77

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

Shades of Bismark #536B77

Tints of Bismark #536B77

Color information

#536B77 (or 0x536B77) is unknown color: approx Bismark. HEX triplet: 53, 6B and 77. RGB value is (83,107,119). Sum of RGB (Red+Green+Blue) = 83+107+119=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #536B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B77 is #AC9488. Grayscale: #656565. Windows color (decimal): -11310217 or 7826259. OLE color: 7826259.

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

Color convert

RGB83107119-
CMYK0.300.1000.53
HSL200º17.82%39.61%-
HSV(B)200º30.25%46.67%-
XYZ12.1513.6919.45-
YUV101.19138.05115.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=26.86%
G=34.63%
B=38.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831071190.300.1000.5320017.8239.61
Hex536B771EA035c81228
Octal12315316736120653102250
Binary10100111101011111011111110101001101011100100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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