#537075

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

Shades of Bismark #537075

Tints of Bismark #537075

Color information

#537075 (or 0x537075) is unknown color: approx Bismark. HEX triplet: 53, 70 and 75. RGB value is (83,112,117). Sum of RGB (Red+Green+Blue) = 83+112+117=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #537075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537075 is #AC8F8A. Grayscale: #676767. Windows color (decimal): -11308939 or 7696467. OLE color: 7696467.

HSL color Cylindrical-coordinate representation of color #537075: hue angle of 188.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537075 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB83112117-
CMYK0.290.0400.54
HSL188.82º17%39.22%-
HSV(B)188.82º29.06%45.88%-
XYZ12.5714.7119.01-
YUV103.9135.39113.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=26.60%
G=35.90%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831121170.290.0400.54188.821739.22
Hex5370751D4036bd1127
Octal1231601653540662752147
Binary1010011111000011101011110110001101101011110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537075; }

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

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

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

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

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

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

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

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