#507299

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

Shades of San Marino #507299

Tints of San Marino #507299

Color information

#507299 (or 0x507299) is unknown color: approx San Marino. HEX triplet: 50, 72 and 99. RGB value is (80,114,153). Sum of RGB (Red+Green+Blue) = 80+114+153=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #507299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507299 is #AF8D66. Grayscale: #6C6C6C. Windows color (decimal): -11504999 or 10056272. OLE color: 10056272.

HSL color Cylindrical-coordinate representation of color #507299: hue angle of 212.05º 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 #507299 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80114153-
CMYK0.480.2500.4
HSL212.05º31.33%45.69%-
HSV(B)212.05º47.71%60%-
XYZ15.0816.0432.44-
YUV108.28153.24107.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=23.05%
G=32.85%
B=44.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801141530.480.2500.4212.0531.3345.69
Hex5072993019028d41f2e
Octal12016223160310503243756
Binary10100001110010100110011100001100101010001101010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507299; }

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

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

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

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

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

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

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

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