Html Css Color HEX #506A71 Bismark

📋 copy color: '#506A71'

red 80 ◦ green 106 ◦ blue 113

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

Shades of Bismark #506A71

Tints of Bismark #506A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.45%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 26.76%
G = 35.45%
B = 37.79%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506A71 (or 0x506A71) is known color: Bismark. HEX triplet: 50, 6A and 71. RGB value is (80,106,113). Sum of RGB (Red+Green+Blue) = 80+106+113=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #506A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A71 is #AF958E. Grayscale: #626262. Windows color (decimal): -11507087 or 7432784. OLE color: 7432784.

HSL color Cylindrical-coordinate representation of color #506A71: hue angle of 192.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506A71 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 106 113 -
CMYK 0.29 0.06 0 0.56
HSL 192.73º 0.17% 0.38% -
HSV(B) 192.73º 0.29% 0.44% -
XYZ 11.44 13.21 17.57 -
YUV 99.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 80 106 113 0.29 0.06 0 0.56 192.73 0.17 0.38
Hex 50 6A 71 1D 6 0 38 C1 11 26
Octal 120 152 161 35 6 0 70 301 21 46
Binary 1010000 1101010 1110001 11101 110 0 111000 11000001 10001 100110

Color Harmonies of #506A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A71

Black with #506A71

Text Example


Text Example

White with #506A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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