#5469AE

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

Shades of San Marino #5469AE

Tints of San Marino #5469AE

Color information

#5469AE (or 0x5469AE) is unknown color: approx San Marino. HEX triplet: 54, 69 and AE. RGB value is (84,105,174). Sum of RGB (Red+Green+Blue) = 84+105+174=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #5469AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5469AE is #AB9651. Grayscale: #6A6A6A. Windows color (decimal): -11245138 or 11430228. OLE color: 11430228.

HSL color Cylindrical-coordinate representation of color #5469AE: hue angle of 226º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5469AE is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84105174-
CMYK0.520.4000.32
HSL226º35.71%50.59%-
HSV(B)226º51.72%68.24%-
XYZ16.3515.0442.09-
YUV106.59166.04111.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=23.14%
G=28.93%
B=47.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841051740.520.4000.3222635.7150.59
Hex5469AE3428020e22433
Octal12415125664500403424463
Binary1010100110100110101110110100101000010000011100010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5469AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5469AE; }

 p { color: rgb(84,105,174); }

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

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

 a { background-color: rgb(84,105,174); }

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

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

 span { border-color: rgb(84,105,174); }

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