#506cae

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

Shades of San Marino #506CAE

Tints of San Marino #506CAE

Color information

#506CAE (or 0x506CAE) is unknown color: approx San Marino. HEX triplet: 50, 6C and AE. RGB value is (80,108,174). Sum of RGB (Red+Green+Blue) = 80+108+174=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #506CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506CAE is #AF9351. Grayscale: #6A6A6A. Windows color (decimal): -11506514 or 11430992. OLE color: 11430992.

HSL color Cylindrical-coordinate representation of color #506CAE: hue angle of 222.13º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #506CAE is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80108174-
CMYK0.540.3800.32
HSL222.13º37.01%49.8%-
HSV(B)222.13º54.02%68.24%-
XYZ16.3115.4942.17-
YUV107.15165.72108.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=22.10%
G=29.83%
B=48.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801081740.540.3800.32222.1337.0149.8
Hex506CAE3626020de2532
Octal12015425666460403364562
Binary1010000110110010101110110110100110010000011011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506cae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,108,174); }

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

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

 a { background-color: rgb(80,108,174); }

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

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

 span { border-color: rgb(80,108,174); }

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