Html Css Color HEX #506473 Bismark

📋 copy color: '#506473'

red 80 ◦ green 100 ◦ blue 115

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

Shades of Bismark #506473

Tints of Bismark #506473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.9%

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

R = 27.12%
G = 33.9%
B = 38.98%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506473 (or 0x506473) is known color: Bismark. HEX triplet: 50, 64 and 73. RGB value is (80,100,115). Sum of RGB (Red+Green+Blue) = 80+100+115=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #506473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506473 is #AF9B8C. Grayscale: #5F5F5F. Windows color (decimal): -11508621 or 7562320. OLE color: 7562320.

HSL color Cylindrical-coordinate representation of color #506473: hue angle of 205.71º 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 #506473 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 100 115 -
CMYK 0.30 0.13 0 0.55
HSL 205.71º 0.18% 0.38% -
HSV(B) 205.71º 0.3% 0.45% -
XYZ 10.96 12.06 17.97 -
YUV 95.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 80 100 115 0.30 0.13 0 0.55 205.71 0.18 0.38
Hex 50 64 73 1E D 0 37 CE 12 26
Octal 120 144 163 36 15 0 67 316 22 46
Binary 1010000 1100100 1110011 11110 1101 0 110111 11001110 10010 100110

Color Harmonies of #506473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506473

Black with #506473

Text Example


Text Example

White with #506473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506473; }

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

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

background-color css

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

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

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

border-color css

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

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

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