Html Css Color HEX #506573 Bismark

📋 copy color: '#506573'

red 80 ◦ green 101 ◦ blue 115

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

Shades of Bismark #506573

Tints of Bismark #506573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.12%

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 27.03%
G = 34.12%
B = 38.85%

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

#506573 (or 0x506573) is known color: Bismark. HEX triplet: 50, 65 and 73. RGB value is (80,101,115). Sum of RGB (Red+Green+Blue) = 80+101+115=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #506573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506573 is #AF9A8C. Grayscale: #606060. Windows color (decimal): -11508365 or 7562576. OLE color: 7562576.

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

Color convert

RGB 80 101 115 -
CMYK 0.30 0.12 0 0.55
HSL 204º 0.18% 0.38% -
HSV(B) 204º 0.3% 0.45% -
XYZ 11.06 12.25 18 -
YUV 96.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 80 101 115 0.30 0.12 0 0.55 204 0.18 0.38
Hex 50 65 73 1E C 0 37 CC 12 26
Octal 120 145 163 36 14 0 67 314 22 46
Binary 1010000 1100101 1110011 11110 1100 0 110111 11001100 10010 100110

Color Harmonies of #506573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506573

Black with #506573

Text Example


Text Example

White with #506573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506573; }

 p { color: rgb(80,101,115); }

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

background-color css

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

 a { background-color: rgb(80,101,115); }

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

border-color css

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

 span { border-color: rgb(80,101,115); }

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