Html Css Color HEX #507076 Bismark

📋 copy color: '#507076'

red 80 ◦ green 112 ◦ blue 118

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

Shades of Bismark #507076

Tints of Bismark #507076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 25.81%
G = 36.13%
B = 38.06%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#507076 (or 0x507076) is known color: Bismark. HEX triplet: 50, 70 and 76. RGB value is (80,112,118). Sum of RGB (Red+Green+Blue) = 80+112+118=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #507076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507076 is #AF8F89. Grayscale: #676767. Windows color (decimal): -11505546 or 7762000. OLE color: 7762000.

HSL color Cylindrical-coordinate representation of color #507076: hue angle of 189.47º 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 #507076 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 112 118 -
CMYK 0.32 0.05 0 0.54
HSL 189.47º 0.19% 0.39% -
HSV(B) 189.47º 0.32% 0.46% -
XYZ 12.37 14.6 19.31 -
YUV 103.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 80 112 118 0.32 0.05 0 0.54 189.47 0.19 0.39
Hex 50 70 76 20 5 0 36 BD 13 27
Octal 120 160 166 40 5 0 66 275 23 47
Binary 1010000 1110000 1110110 100000 101 0 110110 10111101 10011 100111

Color Harmonies of #507076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507076

Black with #507076

Text Example


Text Example

White with #507076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507076; }

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

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

background-color css

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

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

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

border-color css

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

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

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