#506899

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

Shades of San Marino #506899

Tints of San Marino #506899

Color information

#506899 (or 0x506899) is unknown color: approx San Marino. HEX triplet: 50, 68 and 99. RGB value is (80,104,153). Sum of RGB (Red+Green+Blue) = 80+104+153=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #506899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506899 is #AF9766. Grayscale: #666666. Windows color (decimal): -11507559 or 10053712. OLE color: 10053712.

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

Color convert

RGB80104153-
CMYK0.480.3200.4
HSL220.27º31.33%45.69%-
HSV(B)220.27º47.71%60%-
XYZ14.0113.9132.08-
YUV102.41156.55112.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=23.74%
G=30.86%
B=45.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801041530.480.3200.4220.2731.3345.69
Hex5068993020028dc1f2e
Octal12015023160400503343756
Binary101000011010001001100111000010000001010001101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506899; }

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

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

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

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

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

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

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

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