#5468A9

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

Shades of San Marino #5468A9

Tints of San Marino #5468A9

Color information

#5468A9 (or 0x5468A9) is unknown color: approx San Marino. HEX triplet: 54, 68 and A9. RGB value is (84,104,169). Sum of RGB (Red+Green+Blue) = 84+104+169=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #5468A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5468A9 is #AB9756. Grayscale: #696969. Windows color (decimal): -11245399 or 11102292. OLE color: 11102292.

HSL color Cylindrical-coordinate representation of color #5468A9: hue angle of 225.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5468A9 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB84104169-
CMYK0.500.3800.34
HSL225.88º33.6%49.61%-
HSV(B)225.88º50.3%66.27%-
XYZ15.7714.6539.53-
YUV105.43163.87112.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 169 (66.41% from 255) = 47.34%
R=23.53%
G=29.13%
B=47.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841041690.500.3800.34225.8833.649.61
Hex5468A93226022e22232
Octal12415025162460423424262
Binary1010100110100010101001110010100110010001011100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5468A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5468A9; }

 p { color: rgb(84,104,169); }

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

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

 a { background-color: rgb(84,104,169); }

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

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

 span { border-color: rgb(84,104,169); }

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