#5474AF

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

Shades of San Marino #5474AF

Tints of San Marino #5474AF

Color information

#5474AF (or 0x5474AF) is unknown color: approx San Marino. HEX triplet: 54, 74 and AF. RGB value is (84,116,175). Sum of RGB (Red+Green+Blue) = 84+116+175=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #5474AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5474AF is #AB8B50. Grayscale: #707070. Windows color (decimal): -11242321 or 11498580. OLE color: 11498580.

HSL color Cylindrical-coordinate representation of color #5474AF: hue angle of 218.9º 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 #5474AF is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84116175-
CMYK0.520.3400.31
HSL218.9º36.25%50.78%-
HSV(B)218.9º52%68.63%-
XYZ17.6417.4743-
YUV113.16162.9107.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=22.4%
G=30.93%
B=46.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841161750.520.3400.31218.936.2550.78
Hex5474AF342201Fdb2433
Octal12416425764420373334463
Binary101010011101001010111111010010001001111111011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5474AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5474AF; }

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

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

<style>
 a { background-color: #5474AF; }

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

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

<style>
 span { border-color: #5474AF; }

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

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