#507097

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

Shades of San Marino #507097

Tints of San Marino #507097

Color information

#507097 (or 0x507097) is unknown color: approx San Marino. HEX triplet: 50, 70 and 97. RGB value is (80,112,151). Sum of RGB (Red+Green+Blue) = 80+112+151=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #507097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507097 is #AF8F68. Grayscale: #6A6A6A. Windows color (decimal): -11505513 or 9924688. OLE color: 9924688.

HSL color Cylindrical-coordinate representation of color #507097: hue angle of 212.96º 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 #507097 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80112151-
CMYK0.470.2600.41
HSL212.96º30.74%45.29%-
HSV(B)212.96º47.02%59.22%-
XYZ14.6915.5331.5-
YUV106.88152.9108.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=23.32%
G=32.65%
B=44.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801121510.470.2600.41212.9630.7445.29
Hex5070972F1A029d51f2d
Octal12016022757320513253755
Binary10100001110000100101111011111101001010011101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507097; }

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

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

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

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

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

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

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

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