Html Css Color HEX #506BA7 San Marino

📋 copy color: '#506BA7'

red 80 ◦ green 107 ◦ blue 167

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

Shades of San Marino #506BA7

Tints of San Marino #506BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.18%

R = 22.6%
G = 30.23%
B = 47.18%

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

#506BA7 (or 0x506BA7) is known color: San Marino. HEX triplet: 50, 6B and A7. RGB value is (80,107,167). Sum of RGB (Red+Green+Blue) = 80+107+167=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 167 - color contains mainly: blue. Hex color #506BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506BA7 is #AF9458. Grayscale: #696969. Windows color (decimal): -11506777 or 10971984. OLE color: 10971984.

HSL color Cylindrical-coordinate representation of color #506BA7: hue angle of 221.38º 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 #506BA7 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 107 167 -
CMYK 0.52 0.36 0 0.35
HSL 221.38º 0.35% 0.48% -
HSV(B) 221.38º 0.52% 0.65% -
XYZ 15.54 15.01 38.64 -
YUV 105.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 80 107 167 0.52 0.36 0 0.35 221.38 0.35 0.48
Hex 50 6B A7 34 24 0 23 DD 23 30
Octal 120 153 247 64 44 0 43 335 43 60
Binary 1010000 1101011 10100111 110100 100100 0 100011 11011101 100011 110000

Color Harmonies of #506BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BA7

Black with #506BA7

Text Example


Text Example

White with #506BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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