Html Css Color HEX #507180 Bismark

📋 copy color: '#507180'

red 80 ◦ green 113 ◦ blue 128

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

Shades of Bismark #507180

Tints of Bismark #507180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

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

R = 24.92%
G = 35.2%
B = 39.88%

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

#507180 (or 0x507180) is known color: Bismark. HEX triplet: 50, 71 and 80. RGB value is (80,113,128). Sum of RGB (Red+Green+Blue) = 80+113+128=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #507180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507180 is #AF8E7F. Grayscale: #686868. Windows color (decimal): -11505280 or 8417616. OLE color: 8417616.

HSL color Cylindrical-coordinate representation of color #507180: hue angle of 198.75º 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 #507180 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 113 128 -
CMYK 0.38 0.12 0 0.50
HSL 198.75º 0.23% 0.41% -
HSV(B) 198.75º 0.38% 0.5% -
XYZ 13.11 15.07 22.64 -
YUV 104.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 80 113 128 0.38 0.12 0 0.50 198.75 0.23 0.41
Hex 50 71 80 26 C 0 32 C7 17 29
Octal 120 161 200 46 14 0 62 307 27 51
Binary 1010000 1110001 10000000 100110 1100 0 110010 11000111 10111 101001

Color Harmonies of #507180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507180

Black with #507180

Text Example


Text Example

White with #507180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507180; }

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

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

background-color css

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

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

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

border-color css

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

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

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