#507397

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

Shades of San Marino #507397

Tints of San Marino #507397

Color information

#507397 (or 0x507397) is unknown color: approx San Marino. HEX triplet: 50, 73 and 97. RGB value is (80,115,151). Sum of RGB (Red+Green+Blue) = 80+115+151=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #507397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507397 is #AF8C68. Grayscale: #6C6C6C. Windows color (decimal): -11504745 or 9925456. OLE color: 9925456.

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

Color convert

RGB80115151-
CMYK0.470.2400.41
HSL210.42º30.74%45.29%-
HSV(B)210.42º47.02%59.22%-
XYZ15.0216.231.61-
YUV108.64151.9107.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=23.12%
G=33.24%
B=43.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801151510.470.2400.41210.4230.7445.29
Hex5073972F18029d21f2d
Octal12016322757300513223755
Binary10100001110011100101111011111100001010011101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507397; }

 p { color: rgb(80,115,151); }

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

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

 a { background-color: rgb(80,115,151); }

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

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

 span { border-color: rgb(80,115,151); }

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