#506995

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

Shades of San Marino #506995

Tints of San Marino #506995

Color information

#506995 (or 0x506995) is unknown color: approx San Marino. HEX triplet: 50, 69 and 95. RGB value is (80,105,149). Sum of RGB (Red+Green+Blue) = 80+105+149=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #506995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506995 is #AF966A. Grayscale: #666666. Windows color (decimal): -11507307 or 9791824. OLE color: 9791824.

HSL color Cylindrical-coordinate representation of color #506995: hue angle of 218.26º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506995 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80105149-
CMYK0.460.3000.42
HSL218.26º30.13%44.9%-
HSV(B)218.26º46.31%58.43%-
XYZ13.7813.9830.41-
YUV102.54154.22111.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=23.95%
G=31.44%
B=44.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801051490.460.3000.42218.2630.1344.9
Hex5069952E1E02Ada1e2d
Octal12015122556360523323655
Binary10100001101001100101011011101111001010101101101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506995; }

 p { color: rgb(80,105,149); }

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

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

 a { background-color: rgb(80,105,149); }

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

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

 span { border-color: rgb(80,105,149); }

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