#507498

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

Shades of San Marino #507498

Tints of San Marino #507498

Color information

#507498 (or 0x507498) is unknown color: approx San Marino. HEX triplet: 50, 74 and 98. RGB value is (80,116,152). Sum of RGB (Red+Green+Blue) = 80+116+152=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #507498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507498 is #AF8B67. Grayscale: #6D6D6D. Windows color (decimal): -11504488 or 9991248. OLE color: 9991248.

HSL color Cylindrical-coordinate representation of color #507498: hue angle of 210º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507498 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80116152-
CMYK0.470.2400.40
HSL210º31.03%45.49%-
HSV(B)210º47.37%59.61%-
XYZ15.2216.4632.08-
YUV109.34152.07107.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=22.99%
G=33.33%
B=43.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801161520.470.2400.4021031.0345.49
Hex5074982F18028d21f2d
Octal12016423057300503223755
Binary10100001110100100110001011111100001010001101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507498; }

 p { color: rgb(80,116,152); }

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

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

 a { background-color: rgb(80,116,152); }

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

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

 span { border-color: rgb(80,116,152); }

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