#507899

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

Shades of San Marino #507899

Tints of San Marino #507899

Color information

#507899 (or 0x507899) is unknown color: approx San Marino. HEX triplet: 50, 78 and 99. RGB value is (80,120,153). Sum of RGB (Red+Green+Blue) = 80+120+153=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #507899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507899 is #AF8766. Grayscale: #6F6F6F. Windows color (decimal): -11503463 or 10057808. OLE color: 10057808.

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

Color convert

RGB80120153-
CMYK0.480.2200.4
HSL207.12º31.33%45.69%-
HSV(B)207.12º47.71%60%-
XYZ15.7717.4432.67-
YUV111.8151.25105.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=22.66%
G=33.99%
B=43.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801201530.480.2200.4207.1231.3345.69
Hex5078993016028cf1f2e
Octal12017023160260503173756
Binary10100001111000100110011100001011001010001100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507899; }

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

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

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

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

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

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

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

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