Html Css Color HEX #506BA6 San Marino

📋 copy color: '#506BA6'

red 80 ◦ green 107 ◦ blue 166

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

Shades of San Marino #506BA6

Tints of San Marino #506BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

 BLUE value IS 166 (65.23% from 255) = 47.03%

R = 22.66%
G = 30.31%
B = 47.03%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#506BA6 (or 0x506BA6) is known color: San Marino. HEX triplet: 50, 6B and A6. RGB value is (80,107,166). Sum of RGB (Red+Green+Blue) = 80+107+166=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 166 - color contains mainly: blue. Hex color #506BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506BA6 is #AF9459. Grayscale: #696969. Windows color (decimal): -11506778 or 10906448. OLE color: 10906448.

HSL color Cylindrical-coordinate representation of color #506BA6: hue angle of 221.16º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #506BA6 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 107 166 -
CMYK 0.52 0.36 0 0.35
HSL 221.16º 0.35% 0.48% -
HSV(B) 221.16º 0.52% 0.65% -
XYZ 15.45 14.97 38.15 -
YUV 105.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 80 107 166 0.52 0.36 0 0.35 221.16 0.35 0.48
Hex 50 6B A6 34 24 0 23 DD 23 30
Octal 120 153 246 64 44 0 43 335 43 60
Binary 1010000 1101011 10100110 110100 100100 0 100011 11011101 100011 110000

Color Harmonies of #506BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BA6

Black with #506BA6

Text Example


Text Example

White with #506BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,107,166); }

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

background-color css

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

 a { background-color: rgb(80,107,166); }

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

border-color css

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

 span { border-color: rgb(80,107,166); }

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