Html Css Color HEX #506773 Bismark

📋 copy color: '#506773'

red 80 ◦ green 103 ◦ blue 115

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

Shades of Bismark #506773

Tints of Bismark #506773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.56%

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

R = 26.85%
G = 34.56%
B = 38.59%

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

#506773 (or 0x506773) is known color: Bismark. HEX triplet: 50, 67 and 73. RGB value is (80,103,115). Sum of RGB (Red+Green+Blue) = 80+103+115=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #506773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506773 is #AF988C. Grayscale: #616161. Windows color (decimal): -11507853 or 7563088. OLE color: 7563088.

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

Color convert

RGB 80 103 115 -
CMYK 0.30 0.10 0 0.55
HSL 200.57º 0.18% 0.38% -
HSV(B) 200.57º 0.3% 0.45% -
XYZ 11.25 12.64 18.07 -
YUV 97.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 80 103 115 0.30 0.10 0 0.55 200.57 0.18 0.38
Hex 50 67 73 1E A 0 37 C9 12 26
Octal 120 147 163 36 12 0 67 311 22 46
Binary 1010000 1100111 1110011 11110 1010 0 110111 11001001 10010 100110

Color Harmonies of #506773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506773

Black with #506773

Text Example


Text Example

White with #506773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506773; }

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

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

background-color css

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

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

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

border-color css

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

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

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