Html Css Color HEX #506472 Bismark

📋 copy color: '#506472'

red 80 ◦ green 100 ◦ blue 114

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

Shades of Bismark #506472

Tints of Bismark #506472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 27.21%
G = 34.01%
B = 38.78%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506472 (or 0x506472) is known color: Bismark. HEX triplet: 50, 64 and 72. RGB value is (80,100,114). Sum of RGB (Red+Green+Blue) = 80+100+114=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #506472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506472 is #AF9B8D. Grayscale: #5F5F5F. Windows color (decimal): -11508622 or 7496784. OLE color: 7496784.

HSL color Cylindrical-coordinate representation of color #506472: hue angle of 204.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506472 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 100 114 -
CMYK 0.30 0.12 0 0.55
HSL 204.71º 0.18% 0.38% -
HSV(B) 204.71º 0.3% 0.45% -
XYZ 10.9 12.03 17.67 -
YUV 95.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 80 100 114 0.30 0.12 0 0.55 204.71 0.18 0.38
Hex 50 64 72 1E C 0 37 CD 12 26
Octal 120 144 162 36 14 0 67 315 22 46
Binary 1010000 1100100 1110010 11110 1100 0 110111 11001101 10010 100110

Color Harmonies of #506472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506472

Black with #506472

Text Example


Text Example

White with #506472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506472; }

 p { color: rgb(80,100,114); }

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

background-color css

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

 a { background-color: rgb(80,100,114); }

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

border-color css

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

 span { border-color: rgb(80,100,114); }

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