Html Css Color HEX #506FAD San Marino

📋 copy color: '#506FAD'

red 80 ◦ green 111 ◦ blue 173

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

Shades of San Marino #506FAD

Tints of San Marino #506FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.49%

 BLUE value IS 173 (67.97% from 255) = 47.53%

R = 21.98%
G = 30.49%
B = 47.53%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#506FAD (or 0x506FAD) is known color: San Marino. HEX triplet: 50, 6F and AD. RGB value is (80,111,173). Sum of RGB (Red+Green+Blue) = 80+111+173=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #506FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506FAD is #AF9052. Grayscale: #6C6C6C. Windows color (decimal): -11505747 or 11366224. OLE color: 11366224.

HSL color Cylindrical-coordinate representation of color #506FAD: hue angle of 220º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #506FAD is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 111 173 -
CMYK 0.54 0.36 0 0.32
HSL 220º 0.37% 0.5% -
HSV(B) 220º 0.54% 0.68% -
XYZ 16.54 16.09 41.77 -
YUV 108.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 80 111 173 0.54 0.36 0 0.32 220 0.37 0.5
Hex 50 6F AD 36 24 0 20 DC 25 32
Octal 120 157 255 66 44 0 40 334 45 62
Binary 1010000 1101111 10101101 110110 100100 0 100000 11011100 100101 110010

Color Harmonies of #506FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FAD

Black with #506FAD

Text Example


Text Example

White with #506FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506FAD; }

 p { color: rgb(80,111,173); }

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

background-color css

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

 a { background-color: rgb(80,111,173); }

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

border-color css

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

 span { border-color: rgb(80,111,173); }

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