#506794

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

Shades of San Marino #506794

Tints of San Marino #506794

Color information

#506794 (or 0x506794) is unknown color: approx San Marino. HEX triplet: 50, 67 and 94. RGB value is (80,103,148). Sum of RGB (Red+Green+Blue) = 80+103+148=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #506794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506794 is #AF986B. Grayscale: #656565. Windows color (decimal): -11507820 or 9725776. OLE color: 9725776.

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

Color convert

RGB80103148-
CMYK0.460.3000.42
HSL219.71º29.82%44.71%-
HSV(B)219.71º45.95%58.04%-
XYZ13.513.5429.92-
YUV101.25154.38112.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=24.17%
G=31.12%
B=44.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801031480.460.3000.42219.7129.8244.71
Hex5067942E1E02Adc1e2d
Octal12014722456360523343655
Binary10100001100111100101001011101111001010101101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506794; }

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

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

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

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

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

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

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

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