#5475af

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

Shades of San Marino #5475AF

Tints of San Marino #5475AF

Color information

#5475AF (or 0x5475AF) is unknown color: approx San Marino. HEX triplet: 54, 75 and AF. RGB value is (84,117,175). Sum of RGB (Red+Green+Blue) = 84+117+175=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #5475AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5475AF is #AB8A50. Grayscale: #717171. Windows color (decimal): -11242065 or 11498836. OLE color: 11498836.

HSL color Cylindrical-coordinate representation of color #5475AF: hue angle of 218.24º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5475AF is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84117175-
CMYK0.520.3300.31
HSL218.24º36.25%50.78%-
HSV(B)218.24º52%68.63%-
XYZ17.7617.743.04-
YUV113.74162.57106.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=22.34%
G=31.12%
B=46.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841171750.520.3300.31218.2436.2550.78
Hex5475AF342101Fda2433
Octal12416525764410373324463
Binary101010011101011010111111010010000101111111011010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5475af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5475af; }

 p { color: rgb(84,117,175); }

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

<style>
 a { background-color: #5475af; }

 a { background-color: rgb(84,117,175); }

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

<style>
 span { border-color: #5475af; }

 span { border-color: rgb(84,117,175); }

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