Html Css Color HEX #507680 Bismark

📋 copy color: '#507680'

red 80 ◦ green 118 ◦ blue 128

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

Shades of Bismark #507680

Tints of Bismark #507680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.2%

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

R = 24.54%
G = 36.2%
B = 39.26%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#507680 (or 0x507680) is known color: Bismark. HEX triplet: 50, 76 and 80. RGB value is (80,118,128). Sum of RGB (Red+Green+Blue) = 80+118+128=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #507680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507680 is #AF897F. Grayscale: #6B6B6B. Windows color (decimal): -11504000 or 8418896. OLE color: 8418896.

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

Color convert

RGB 80 118 128 -
CMYK 0.38 0.08 0 0.50
HSL 192.5º 0.23% 0.41% -
HSV(B) 192.5º 0.38% 0.5% -
XYZ 13.68 16.22 22.83 -
YUV 107.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 80 118 128 0.38 0.08 0 0.50 192.5 0.23 0.41
Hex 50 76 80 26 8 0 32 C0 17 29
Octal 120 166 200 46 10 0 62 300 27 51
Binary 1010000 1110110 10000000 100110 1000 0 110010 11000000 10111 101001

Color Harmonies of #507680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507680

Black with #507680

Text Example


Text Example

White with #507680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507680; }

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

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

background-color css

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

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

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

border-color css

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

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

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