Html Css Color HEX #506E7B Bismark

📋 copy color: '#506E7B'

red 80 ◦ green 110 ◦ blue 123

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

Shades of Bismark #506E7B

Tints of Bismark #506E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 25.56%
G = 35.14%
B = 39.3%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#506E7B (or 0x506E7B) is known color: Bismark. HEX triplet: 50, 6E and 7B. RGB value is (80,110,123). Sum of RGB (Red+Green+Blue) = 80+110+123=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #506E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E7B is #AF9184. Grayscale: #666666. Windows color (decimal): -11506053 or 8089168. OLE color: 8089168.

HSL color Cylindrical-coordinate representation of color #506E7B: hue angle of 198.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #506E7B is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 110 123 -
CMYK 0.35 0.11 0 0.52
HSL 198.14º 0.21% 0.4% -
HSV(B) 198.14º 0.35% 0.48% -
XYZ 12.46 14.29 20.84 -
YUV 102.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 80 110 123 0.35 0.11 0 0.52 198.14 0.21 0.4
Hex 50 6E 7B 23 B 0 34 C6 15 28
Octal 120 156 173 43 13 0 64 306 25 50
Binary 1010000 1101110 1111011 100011 1011 0 110100 11000110 10101 101000

Color Harmonies of #506E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E7B

Black with #506E7B

Text Example


Text Example

White with #506E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,110,123); }

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

background-color css

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

 a { background-color: rgb(80,110,123); }

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

border-color css

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

 span { border-color: rgb(80,110,123); }

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