#506BAA

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

Shades of San Marino #506BAA

Tints of San Marino #506BAA

Color information

#506BAA (or 0x506BAA) is unknown color: approx San Marino. HEX triplet: 50, 6B and AA. RGB value is (80,107,170). Sum of RGB (Red+Green+Blue) = 80+107+170=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #506BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506BAA is #AF9455. Grayscale: #696969. Windows color (decimal): -11506774 or 11168592. OLE color: 11168592.

HSL color Cylindrical-coordinate representation of color #506BAA: hue angle of 222º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506BAA is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80107170-
CMYK0.530.3700.33
HSL222º36%49.02%-
HSV(B)222º52.94%66.67%-
XYZ15.8215.1240.12-
YUV106.11164.05109.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=22.41%
G=29.97%
B=47.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801071700.530.3700.332223649.02
Hex506BAA3525021de2431
Octal12015325265450413364461
Binary1010000110101110101010110101100101010000111011110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506BAA; }

 p { color: rgb(80,107,170); }

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

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

 a { background-color: rgb(80,107,170); }

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

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

 span { border-color: rgb(80,107,170); }

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