Html Css Color HEX #507176 Bismark

📋 copy color: '#507176'

red 80 ◦ green 113 ◦ blue 118

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

Shades of Bismark #507176

Tints of Bismark #507176

RGB

 RED value IS 80 (31.64% from 255) = 25.72%

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

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

R = 25.72%
G = 36.33%
B = 37.94%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#507176 (or 0x507176) is known color: Bismark. HEX triplet: 50, 71 and 76. RGB value is (80,113,118). Sum of RGB (Red+Green+Blue) = 80+113+118=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #507176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507176 is #AF8E89. Grayscale: #676767. Windows color (decimal): -11505290 or 7762256. OLE color: 7762256.

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

Color convert

RGB 80 113 118 -
CMYK 0.32 0.04 0 0.54
HSL 187.89º 0.19% 0.39% -
HSV(B) 187.89º 0.32% 0.46% -
XYZ 12.48 14.82 19.34 -
YUV 103.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 80 113 118 0.32 0.04 0 0.54 187.89 0.19 0.39
Hex 50 71 76 20 4 0 36 BC 13 27
Octal 120 161 166 40 4 0 66 274 23 47
Binary 1010000 1110001 1110110 100000 100 0 110110 10111100 10011 100111

Color Harmonies of #507176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507176

Black with #507176

Text Example


Text Example

White with #507176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507176; }

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

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

background-color css

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

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

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

border-color css

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

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

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