Html Css Color HEX #506395 San Marino

📋 copy color: '#506395'

red 80 ◦ green 99 ◦ blue 149

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

Shades of San Marino #506395

Tints of San Marino #506395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.18%

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 24.39%
G = 30.18%
B = 45.43%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506395 (or 0x506395) is known color: San Marino. HEX triplet: 50, 63 and 95. RGB value is (80,99,149). Sum of RGB (Red+Green+Blue) = 80+99+149=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #506395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506395 is #AF9C6A. Grayscale: #626262. Windows color (decimal): -11508843 or 9790288. OLE color: 9790288.

HSL color Cylindrical-coordinate representation of color #506395: hue angle of 223.48º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506395 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 99 149 -
CMYK 0.46 0.34 0 0.42
HSL 223.48º 0.3% 0.45% -
HSV(B) 223.48º 0.46% 0.58% -
XYZ 13.19 12.8 30.21 -
YUV 99.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 80 99 149 0.46 0.34 0 0.42 223.48 0.3 0.45
Hex 50 63 95 2E 22 0 2A DF 1E 2D
Octal 120 143 225 56 42 0 52 337 36 55
Binary 1010000 1100011 10010101 101110 100010 0 101010 11011111 11110 101101

Color Harmonies of #506395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506395

Black with #506395

Text Example


Text Example

White with #506395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506395; }

 p { color: rgb(80,99,149); }

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

background-color css

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

 a { background-color: rgb(80,99,149); }

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

border-color css

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

 span { border-color: rgb(80,99,149); }

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