Html Css Color HEX #506673 Bismark

📋 copy color: '#506673'

red 80 ◦ green 102 ◦ blue 115

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

Shades of Bismark #506673

Tints of Bismark #506673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

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

R = 26.94%
G = 34.34%
B = 38.72%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506673 (or 0x506673) is known color: Bismark. HEX triplet: 50, 66 and 73. RGB value is (80,102,115). Sum of RGB (Red+Green+Blue) = 80+102+115=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #506673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506673 is #AF998C. Grayscale: #606060. Windows color (decimal): -11508109 or 7562832. OLE color: 7562832.

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

Color convert

RGB 80 102 115 -
CMYK 0.30 0.11 0 0.55
HSL 202.29º 0.18% 0.38% -
HSV(B) 202.29º 0.3% 0.45% -
XYZ 11.15 12.45 18.03 -
YUV 96.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 80 102 115 0.30 0.11 0 0.55 202.29 0.18 0.38
Hex 50 66 73 1E B 0 37 CA 12 26
Octal 120 146 163 36 13 0 67 312 22 46
Binary 1010000 1100110 1110011 11110 1011 0 110111 11001010 10010 100110

Color Harmonies of #506673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506673

Black with #506673

Text Example


Text Example

White with #506673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506673; }

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

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

background-color css

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

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

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

border-color css

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

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

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