#536870

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

Shades of Bismark #536870

Tints of Bismark #536870

Color information

#536870 (or 0x536870) is unknown color: approx Bismark. HEX triplet: 53, 68 and 70. RGB value is (83,104,112). Sum of RGB (Red+Green+Blue) = 83+104+112=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #536870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536870 is #AC978F. Grayscale: #626262. Windows color (decimal): -11310992 or 7366739. OLE color: 7366739.

HSL color Cylindrical-coordinate representation of color #536870: hue angle of 196.55º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #536870 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB83104112-
CMYK0.260.0700.56
HSL196.55º14.87%38.24%-
HSV(B)196.55º25.89%43.92%-
XYZ11.4412.9117.22-
YUV98.63135.54116.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=27.76%
G=34.78%
B=37.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831041120.260.0700.56196.5514.8738.24
Hex5368701A7038c5f26
Octal1231501603270703051746
Binary101001111010001110000110101110111000110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536870; }

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

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

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

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

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

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

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

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