#5469AA

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

Shades of San Marino #5469AA

Tints of San Marino #5469AA

Color information

#5469AA (or 0x5469AA) is unknown color: approx San Marino. HEX triplet: 54, 69 and AA. RGB value is (84,105,170). Sum of RGB (Red+Green+Blue) = 84+105+170=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #5469AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5469AA is #AB9655. Grayscale: #696969. Windows color (decimal): -11245142 or 11168084. OLE color: 11168084.

HSL color Cylindrical-coordinate representation of color #5469AA: hue angle of 225.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5469AA is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84105170-
CMYK0.510.3800.33
HSL225.35º33.86%49.8%-
HSV(B)225.35º50.59%66.67%-
XYZ15.9614.8940.06-
YUV106.13164.04112.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=23.40%
G=29.25%
B=47.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841051700.510.3800.33225.3533.8649.8
Hex5469AA3326021e12232
Octal12415125263460413414262
Binary1010100110100110101010110011100110010000111100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5469AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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