Html Css Color HEX #506493 San Marino

📋 copy color: '#506493'

red 80 ◦ green 100 ◦ blue 147

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

Shades of San Marino #506493

Tints of San Marino #506493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 24.46%
G = 30.58%
B = 44.95%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506493 (or 0x506493) is known color: San Marino. HEX triplet: 50, 64 and 93. RGB value is (80,100,147). Sum of RGB (Red+Green+Blue) = 80+100+147=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #506493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506493 is #AF9B6C. Grayscale: #636363. Windows color (decimal): -11508589 or 9659472. OLE color: 9659472.

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

Color convert

RGB 80 100 147 -
CMYK 0.46 0.32 0 0.42
HSL 222.09º 0.3% 0.45% -
HSV(B) 222.09º 0.46% 0.58% -
XYZ 13.13 12.93 29.41 -
YUV 99.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 80 100 147 0.46 0.32 0 0.42 222.09 0.3 0.45
Hex 50 64 93 2E 20 0 2A DE 1E 2D
Octal 120 144 223 56 40 0 52 336 36 55
Binary 1010000 1100100 10010011 101110 100000 0 101010 11011110 11110 101101

Color Harmonies of #506493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506493

Black with #506493

Text Example


Text Example

White with #506493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506493; }

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

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

background-color css

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

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

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

border-color css

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

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

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