Html Css Color HEX #507177 Bismark

📋 copy color: '#507177'

red 80 ◦ green 113 ◦ blue 119

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

Shades of Bismark #507177

Tints of Bismark #507177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 25.64%
G = 36.22%
B = 38.14%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#507177 (or 0x507177) is known color: Bismark. HEX triplet: 50, 71 and 77. RGB value is (80,113,119). Sum of RGB (Red+Green+Blue) = 80+113+119=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #507177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507177 is #AF8E88. Grayscale: #676767. Windows color (decimal): -11505289 or 7827792. OLE color: 7827792.

HSL color Cylindrical-coordinate representation of color #507177: hue angle of 189.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507177 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 113 119 -
CMYK 0.33 0.05 0 0.53
HSL 189.23º 0.2% 0.39% -
HSV(B) 189.23º 0.33% 0.47% -
XYZ 12.54 14.85 19.66 -
YUV 103.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 80 113 119 0.33 0.05 0 0.53 189.23 0.2 0.39
Hex 50 71 77 21 5 0 35 BD 14 27
Octal 120 161 167 41 5 0 65 275 24 47
Binary 1010000 1110001 1110111 100001 101 0 110101 10111101 10100 100111

Color Harmonies of #507177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507177

Black with #507177

Text Example


Text Example

White with #507177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507177; }

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

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

background-color css

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

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

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

border-color css

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

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

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