Html Css Color HEX #506293 San Marino

📋 copy color: '#506293'

red 80 ◦ green 98 ◦ blue 147

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

Shades of San Marino #506293

Tints of San Marino #506293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 24.62%
G = 30.15%
B = 45.23%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506293 (or 0x506293) is known color: San Marino. HEX triplet: 50, 62 and 93. RGB value is (80,98,147). Sum of RGB (Red+Green+Blue) = 80+98+147=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #506293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506293 is #AF9D6C. Grayscale: #616161. Windows color (decimal): -11509101 or 9658960. OLE color: 9658960.

HSL color Cylindrical-coordinate representation of color #506293: hue angle of 223.88º 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 #506293 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 98 147 -
CMYK 0.46 0.33 0 0.42
HSL 223.88º 0.3% 0.45% -
HSV(B) 223.88º 0.46% 0.58% -
XYZ 12.94 12.55 29.34 -
YUV 98.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 80 98 147 0.46 0.33 0 0.42 223.88 0.3 0.45
Hex 50 62 93 2E 21 0 2A E0 1E 2D
Octal 120 142 223 56 41 0 52 340 36 55
Binary 1010000 1100010 10010011 101110 100001 0 101010 11100000 11110 101101

Color Harmonies of #506293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506293

Black with #506293

Text Example


Text Example

White with #506293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506293; }

 p { color: rgb(80,98,147); }

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

background-color css

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

 a { background-color: rgb(80,98,147); }

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

border-color css

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

 span { border-color: rgb(80,98,147); }

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