Html Css Color HEX #537076 Bismark

📋 copy color: '#537076'

red 83 ◦ green 112 ◦ blue 118

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

Shades of Bismark #537076

Tints of Bismark #537076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 26.52%
G = 35.78%
B = 37.7%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#537076 (or 0x537076) is known color: Bismark. HEX triplet: 53, 70 and 76. RGB value is (83,112,118). Sum of RGB (Red+Green+Blue) = 83+112+118=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #537076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537076 is #AC8F89. Grayscale: #676767. Windows color (decimal): -11308938 or 7762003. OLE color: 7762003.

HSL color Cylindrical-coordinate representation of color #537076: hue angle of 190.29º 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 #537076 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 112 118 -
CMYK 0.30 0.05 0 0.54
HSL 190.29º 0.17% 0.39% -
HSV(B) 190.29º 0.3% 0.46% -
XYZ 12.63 14.74 19.32 -
YUV 104.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 83 112 118 0.30 0.05 0 0.54 190.29 0.17 0.39
Hex 53 70 76 1E 5 0 36 BE 11 27
Octal 123 160 166 36 5 0 66 276 21 47
Binary 1010011 1110000 1110110 11110 101 0 110110 10111110 10001 100111

Color Harmonies of #537076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537076

Black with #537076

Text Example


Text Example

White with #537076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537076; }

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

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

background-color css

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

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

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

border-color css

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

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

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