#536670

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

Shades of Bismark #536670

Tints of Bismark #536670

Color information

#536670 (or 0x536670) is unknown color: approx Bismark. HEX triplet: 53, 66 and 70. RGB value is (83,102,112). Sum of RGB (Red+Green+Blue) = 83+102+112=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #536670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536670 is #AC998F. Grayscale: #616161. Windows color (decimal): -11311504 or 7366227. OLE color: 7366227.

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

Color convert

RGB83102112-
CMYK0.260.0900.56
HSL200.69º14.87%38.24%-
HSV(B)200.69º25.89%43.92%-
XYZ11.2412.5117.15-
YUV97.46136.21117.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=27.95%
G=34.34%
B=37.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831021120.260.0900.56200.6914.8738.24
Hex5366701A9038c9f26
Octal12314616032110703111746
Binary1010011110011011100001101010010111000110010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536670; }

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

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

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

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

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

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

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

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