Html Css Color HEX #506F74 Bismark

📋 copy color: '#506F74'

red 80 ◦ green 111 ◦ blue 116

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

Shades of Bismark #506F74

Tints of Bismark #506F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.16%

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 26.06%
G = 36.16%
B = 37.79%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506F74 (or 0x506F74) is known color: Bismark. HEX triplet: 50, 6F and 74. RGB value is (80,111,116). Sum of RGB (Red+Green+Blue) = 80+111+116=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 116 - color contains mainly: blue. Hex color #506F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F74 is #AF908B. Grayscale: #666666. Windows color (decimal): -11505804 or 7630672. OLE color: 7630672.

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

Color convert

RGB 80 111 116 -
CMYK 0.31 0.04 0 0.55
HSL 188.33º 0.18% 0.38% -
HSV(B) 188.33º 0.31% 0.45% -
XYZ 12.15 14.34 18.65 -
YUV 102.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 80 111 116 0.31 0.04 0 0.55 188.33 0.18 0.38
Hex 50 6F 74 1F 4 0 37 BC 12 26
Octal 120 157 164 37 4 0 67 274 22 46
Binary 1010000 1101111 1110100 11111 100 0 110111 10111100 10010 100110

Color Harmonies of #506F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F74

Black with #506F74

Text Example


Text Example

White with #506F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,116); }

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

background-color css

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

 a { background-color: rgb(80,111,116); }

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

border-color css

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

 span { border-color: rgb(80,111,116); }

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