#507099

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

Shades of San Marino #507099

Tints of San Marino #507099

Color information

#507099 (or 0x507099) is unknown color: approx San Marino. HEX triplet: 50, 70 and 99. RGB value is (80,112,153). Sum of RGB (Red+Green+Blue) = 80+112+153=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #507099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507099 is #AF8F66. Grayscale: #6A6A6A. Windows color (decimal): -11505511 or 10055760. OLE color: 10055760.

HSL color Cylindrical-coordinate representation of color #507099: hue angle of 213.7º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #507099 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80112153-
CMYK0.480.2700.4
HSL213.7º31.33%45.69%-
HSV(B)213.7º47.71%60%-
XYZ14.8515.5932.36-
YUV107.11153.9108.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=23.19%
G=32.46%
B=44.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801121530.480.2700.4213.731.3345.69
Hex507099301B028d61f2e
Octal12016023160330503263756
Binary10100001110000100110011100001101101010001101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507099; }

 p { color: rgb(80,112,153); }

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

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

 a { background-color: rgb(80,112,153); }

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

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

 span { border-color: rgb(80,112,153); }

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