#5469AB

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

Shades of San Marino #5469AB

Tints of San Marino #5469AB

Color information

#5469AB (or 0x5469AB) is unknown color: approx San Marino. HEX triplet: 54, 69 and AB. RGB value is (84,105,171). Sum of RGB (Red+Green+Blue) = 84+105+171=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #5469AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5469AB is #AB9654. Grayscale: #696969. Windows color (decimal): -11245141 or 11233620. OLE color: 11233620.

HSL color Cylindrical-coordinate representation of color #5469AB: hue angle of 225.52º 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 #5469AB is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84105171-
CMYK0.510.3900.33
HSL225.52º34.12%50%-
HSV(B)225.52º50.88%67.06%-
XYZ16.0614.9340.56-
YUV106.24164.54112.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=23.33%
G=29.17%
B=47.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841051710.510.3900.33225.5234.1250
Hex5469AB3327021e22232
Octal12415125363470413424262
Binary1010100110100110101011110011100111010000111100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5469AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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