Html Css Color HEX #537176 Bismark

📋 copy color: '#537176'

red 83 ◦ green 113 ◦ blue 118

#537176
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #537176

Tints of Bismark #537176

RGB

 RED value IS 83 (32.81% from 255) = 26.43%

 GREEN value IS 113 (44.53% from 255) = 35.99%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 26.43%
G = 35.99%
B = 37.58%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#537176 (or 0x537176) is known color: Bismark. HEX triplet: 53, 71 and 76. RGB value is (83,113,118). Sum of RGB (Red+Green+Blue) = 83+113+118=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #537176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537176 is #AC8E89. Grayscale: #686868. Windows color (decimal): -11308682 or 7762259. OLE color: 7762259.

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

Color convert

RGB 83 113 118 -
CMYK 0.30 0.04 0 0.54
HSL 188.57º 0.17% 0.39% -
HSV(B) 188.57º 0.3% 0.46% -
XYZ 12.74 14.96 19.35 -
YUV 104.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 83 113 118 0.30 0.04 0 0.54 188.57 0.17 0.39
Hex 53 71 76 1E 4 0 36 BD 11 27
Octal 123 161 166 36 4 0 66 275 21 47
Binary 1010011 1110001 1110110 11110 100 0 110110 10111101 10001 100111

Color Harmonies of #537176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537176

Black with #537176

Text Example


Text Example

White with #537176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537176; }

 p { color: rgb(83,113,118); }

 H1.HeaderClassName
 {
   color: #537176;
 }
 .AnyTagClassName
 {
   color: #537176;
 }
</style>

background-color css

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

 a { background-color: rgb(83,113,118); }

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

border-color css

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

 span { border-color: rgb(83,113,118); }

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