#506494

Color #506494 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #506494

Tints of San Marino #506494

Color information

#506494 (or 0x506494) is unknown color: approx San Marino. HEX triplet: 50, 64 and 94. RGB value is (80,100,148). Sum of RGB (Red+Green+Blue) = 80+100+148=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #506494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506494 is #AF9B6B. Grayscale: #636363. Windows color (decimal): -11508588 or 9725008. OLE color: 9725008.

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

Color convert

RGB80100148-
CMYK0.460.3200.42
HSL222.35º29.82%44.71%-
HSV(B)222.35º45.95%58.04%-
XYZ13.2112.9629.82-
YUV99.49155.37114.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=24.39%
G=30.49%
B=45.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801001480.460.3200.42222.3529.8244.71
Hex5064942E2002Ade1e2d
Octal12014422456400523363655
Binary101000011001001001010010111010000001010101101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506494; }

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

 H1.HeaderClassName
 {
   color: #506494;
 }
 .AnyTagClassName
 {
   color: #506494;
 }
</style>
background-color css

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

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

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

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

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

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