#536C72

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

Shades of Bismark #536C72

Tints of Bismark #536C72

Color information

#536C72 (or 0x536C72) is unknown color: approx Bismark. HEX triplet: 53, 6C and 72. RGB value is (83,108,114). Sum of RGB (Red+Green+Blue) = 83+108+114=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #536C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C72 is #AC938D. Grayscale: #656565. Windows color (decimal): -11309966 or 7498835. OLE color: 7498835.

HSL color Cylindrical-coordinate representation of color #536C72: hue angle of 191.61º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536C72 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB83108114-
CMYK0.270.0500.55
HSL191.61º15.74%38.63%-
HSV(B)191.61º27.19%44.71%-
XYZ11.9713.7817.95-
YUV101.21135.22115.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=27.21%
G=35.41%
B=37.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831081140.270.0500.55191.6115.7438.63
Hex536C721B5037c01027
Octal1231541623350673002047
Binary1010011110110011100101101110101101111100000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,108,114); }

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

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

 a { background-color: rgb(83,108,114); }

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

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

 span { border-color: rgb(83,108,114); }

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