#506caf

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

Shades of San Marino #506CAF

Tints of San Marino #506CAF

Color information

#506CAF (or 0x506CAF) is unknown color: approx San Marino. HEX triplet: 50, 6C and AF. RGB value is (80,108,175). Sum of RGB (Red+Green+Blue) = 80+108+175=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #506CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506CAF is #AF9350. Grayscale: #6A6A6A. Windows color (decimal): -11506513 or 11496528. OLE color: 11496528.

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

Color convert

RGB80108175-
CMYK0.540.3800.31
HSL222.32º37.25%50%-
HSV(B)222.32º54.29%68.63%-
XYZ16.4115.5342.69-
YUV107.27166.22108.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=22.04%
G=29.75%
B=48.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801081750.540.3800.31222.3237.2550
Hex506CAF362601Fde2532
Octal12015425766460373364562
Binary101000011011001010111111011010011001111111011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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