Html Css Color HEX #507080 Bismark

📋 copy color: '#507080'

red 80 ◦ green 112 ◦ blue 128

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

Shades of Bismark #507080

Tints of Bismark #507080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40%

R = 25%
G = 35%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#507080 (or 0x507080) is known color: Bismark. HEX triplet: 50, 70 and 80. RGB value is (80,112,128). Sum of RGB (Red+Green+Blue) = 80+112+128=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #507080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507080 is #AF8F7F. Grayscale: #686868. Windows color (decimal): -11505536 or 8417360. OLE color: 8417360.

HSL color Cylindrical-coordinate representation of color #507080: hue angle of 200º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #507080 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 112 128 -
CMYK 0.38 0.12 0 0.50
HSL 200º 0.23% 0.41% -
HSV(B) 200º 0.38% 0.5% -
XYZ 13 14.85 22.6 -
YUV 104.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 80 112 128 0.38 0.12 0 0.50 200 0.23 0.41
Hex 50 70 80 26 C 0 32 C8 17 29
Octal 120 160 200 46 14 0 62 310 27 51
Binary 1010000 1110000 10000000 100110 1100 0 110010 11001000 10111 101001

Color Harmonies of #507080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507080

Black with #507080

Text Example


Text Example

White with #507080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507080; }

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

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

background-color css

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

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

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

border-color css

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

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

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