Html Css Color HEX #506976 Bismark

📋 copy color: '#506976'

red 80 ◦ green 105 ◦ blue 118

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

Shades of Bismark #506976

Tints of Bismark #506976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 26.4%
G = 34.65%
B = 38.94%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#506976 (or 0x506976) is known color: Bismark. HEX triplet: 50, 69 and 76. RGB value is (80,105,118). Sum of RGB (Red+Green+Blue) = 80+105+118=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #506976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506976 is #AF9689. Grayscale: #626262. Windows color (decimal): -11507338 or 7760208. OLE color: 7760208.

HSL color Cylindrical-coordinate representation of color #506976: hue angle of 200.53º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506976 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 105 118 -
CMYK 0.32 0.11 0 0.54
HSL 200.53º 0.19% 0.39% -
HSV(B) 200.53º 0.32% 0.46% -
XYZ 11.63 13.12 19.06 -
YUV 99.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 80 105 118 0.32 0.11 0 0.54 200.53 0.19 0.39
Hex 50 69 76 20 B 0 36 C9 13 27
Octal 120 151 166 40 13 0 66 311 23 47
Binary 1010000 1101001 1110110 100000 1011 0 110110 11001001 10011 100111

Color Harmonies of #506976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506976

Black with #506976

Text Example


Text Example

White with #506976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506976; }

 p { color: rgb(80,105,118); }

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

background-color css

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

 a { background-color: rgb(80,105,118); }

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

border-color css

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

 span { border-color: rgb(80,105,118); }

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