#507799

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

Shades of San Marino #507799

Tints of San Marino #507799

Color information

#507799 (or 0x507799) is unknown color: approx San Marino. HEX triplet: 50, 77 and 99. RGB value is (80,119,153). Sum of RGB (Red+Green+Blue) = 80+119+153=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #507799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507799 is #AF8866. Grayscale: #6F6F6F. Windows color (decimal): -11503719 or 10057552. OLE color: 10057552.

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

Color convert

RGB80119153-
CMYK0.480.2200.4
HSL207.95º31.33%45.69%-
HSV(B)207.95º47.71%60%-
XYZ15.6517.232.63-
YUV111.22151.58105.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=22.73%
G=33.81%
B=43.47%

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
Decimal801191530.480.2200.4207.9531.3345.69
Hex5077993016028d01f2e
Octal12016723160260503203756
Binary10100001110111100110011100001011001010001101000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507799; }

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

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

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

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

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

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

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

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