#507197

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

Shades of San Marino #507197

Tints of San Marino #507197

Color information

#507197 (or 0x507197) is unknown color: approx San Marino. HEX triplet: 50, 71 and 97. RGB value is (80,113,151). Sum of RGB (Red+Green+Blue) = 80+113+151=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #507197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507197 is #AF8E68. Grayscale: #6B6B6B. Windows color (decimal): -11505257 or 9924944. OLE color: 9924944.

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

Color convert

RGB80113151-
CMYK0.470.2500.41
HSL212.11º30.74%45.29%-
HSV(B)212.11º47.02%59.22%-
XYZ14.815.7531.54-
YUV107.46152.57108.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=23.26%
G=32.85%
B=43.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801131510.470.2500.41212.1130.7445.29
Hex5071972F19029d41f2d
Octal12016122757310513243755
Binary10100001110001100101111011111100101010011101010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507197; }

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

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

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

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

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

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

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

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