Html Css Color HEX #507479 Bismark

📋 copy color: '#507479'

red 80 ◦ green 116 ◦ blue 121

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

Shades of Bismark #507479

Tints of Bismark #507479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 25.24%
G = 36.59%
B = 38.17%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#507479 (or 0x507479) is known color: Bismark. HEX triplet: 50, 74 and 79. RGB value is (80,116,121). Sum of RGB (Red+Green+Blue) = 80+116+121=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #507479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507479 is #AF8B86. Grayscale: #696969. Windows color (decimal): -11504519 or 7959632. OLE color: 7959632.

HSL color Cylindrical-coordinate representation of color #507479: hue angle of 187.32º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #507479 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 116 121 -
CMYK 0.34 0.04 0 0.53
HSL 187.32º 0.2% 0.39% -
HSV(B) 187.32º 0.34% 0.47% -
XYZ 13 15.58 20.41 -
YUV 105.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 80 116 121 0.34 0.04 0 0.53 187.32 0.2 0.39
Hex 50 74 79 22 4 0 35 BB 14 27
Octal 120 164 171 42 4 0 65 273 24 47
Binary 1010000 1110100 1111001 100010 100 0 110101 10111011 10100 100111

Color Harmonies of #507479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507479

Black with #507479

Text Example


Text Example

White with #507479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507479; }

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

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

background-color css

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

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

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

border-color css

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

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

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