Html Css Color HEX #506873 Bismark

📋 copy color: '#506873'

red 80 ◦ green 104 ◦ blue 115

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

Shades of Bismark #506873

Tints of Bismark #506873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 26.76%
G = 34.78%
B = 38.46%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506873 (or 0x506873) is known color: Bismark. HEX triplet: 50, 68 and 73. RGB value is (80,104,115). Sum of RGB (Red+Green+Blue) = 80+104+115=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #506873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506873 is #AF978C. Grayscale: #626262. Windows color (decimal): -11507597 or 7563344. OLE color: 7563344.

HSL color Cylindrical-coordinate representation of color #506873: hue angle of 198.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506873 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 104 115 -
CMYK 0.30 0.10 0 0.55
HSL 198.86º 0.18% 0.38% -
HSV(B) 198.86º 0.3% 0.45% -
XYZ 11.35 12.84 18.1 -
YUV 98.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 80 104 115 0.30 0.10 0 0.55 198.86 0.18 0.38
Hex 50 68 73 1E A 0 37 C7 12 26
Octal 120 150 163 36 12 0 67 307 22 46
Binary 1010000 1101000 1110011 11110 1010 0 110111 11000111 10010 100110

Color Harmonies of #506873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506873

Black with #506873

Text Example


Text Example

White with #506873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506873; }

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

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

background-color css

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

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

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

border-color css

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

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

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