#53676F

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

Shades of Bismark #53676F

Tints of Bismark #53676F

Color information

#53676F (or 0x53676F) is unknown color: approx Bismark. HEX triplet: 53, 67 and 6F. RGB value is (83,103,111). Sum of RGB (Red+Green+Blue) = 83+103+111=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 111 - color contains mainly: blue. Hex color #53676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53676F is #AC9890. Grayscale: #616161. Windows color (decimal): -11311249 or 7300947. OLE color: 7300947.

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

Color convert

RGB83103111-
CMYK0.250.0700.56
HSL197.14º14.43%38.04%-
HSV(B)197.14º25.23%43.53%-
XYZ11.2912.6916.89-
YUV97.93135.37117.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=27.95%
G=34.68%
B=37.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831031110.250.0700.56197.1414.4338.04
Hex53676F197038c5e26
Octal1231471573170703051646
Binary101001111001111101111110011110111000110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53676F; }

 p { color: rgb(83,103,111); }

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

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

 a { background-color: rgb(83,103,111); }

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

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

 span { border-color: rgb(83,103,111); }

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