#536872

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

Shades of Bismark #536872

Tints of Bismark #536872

Color information

#536872 (or 0x536872) is unknown color: approx Bismark. HEX triplet: 53, 68 and 72. RGB value is (83,104,114). Sum of RGB (Red+Green+Blue) = 83+104+114=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #536872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536872 is #AC978D. Grayscale: #626262. Windows color (decimal): -11310990 or 7497811. OLE color: 7497811.

HSL color Cylindrical-coordinate representation of color #536872: hue angle of 199.35º 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 #536872 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB83104114-
CMYK0.270.0900.55
HSL199.35º15.74%38.63%-
HSV(B)199.35º27.19%44.71%-
XYZ11.5512.9517.81-
YUV98.86136.54116.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.57%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=27.57%
G=34.55%
B=37.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831041140.270.0900.55199.3515.7438.63
Hex5368721B9037c71027
Octal12315016233110673072047
Binary10100111101000111001011011100101101111100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536872; }

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

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

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

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

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

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

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

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