Html Css Color HEX #506871 Bismark

📋 copy color: '#506871'

red 80 ◦ green 104 ◦ blue 113

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

Shades of Bismark #506871

Tints of Bismark #506871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

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

R = 26.94%
G = 35.02%
B = 38.05%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506871 (or 0x506871) is known color: Bismark. HEX triplet: 50, 68 and 71. RGB value is (80,104,113). Sum of RGB (Red+Green+Blue) = 80+104+113=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #506871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506871 is #AF978E. Grayscale: #616161. Windows color (decimal): -11507599 or 7432272. OLE color: 7432272.

HSL color Cylindrical-coordinate representation of color #506871: hue angle of 196.36º 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 #506871 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 104 113 -
CMYK 0.29 0.08 0 0.56
HSL 196.36º 0.17% 0.38% -
HSV(B) 196.36º 0.29% 0.44% -
XYZ 11.24 12.8 17.5 -
YUV 97.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 80 104 113 0.29 0.08 0 0.56 196.36 0.17 0.38
Hex 50 68 71 1D 8 0 38 C4 11 26
Octal 120 150 161 35 10 0 70 304 21 46
Binary 1010000 1101000 1110001 11101 1000 0 111000 11000100 10001 100110

Color Harmonies of #506871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506871

Black with #506871

Text Example


Text Example

White with #506871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506871; }

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

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

background-color css

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

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

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

border-color css

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

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

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