#54649F

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

Shades of San Marino #54649F

Tints of San Marino #54649F

Color information

#54649F (or 0x54649F) is unknown color: approx San Marino. HEX triplet: 54, 64 and 9F. RGB value is (84,100,159). Sum of RGB (Red+Green+Blue) = 84+100+159=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #54649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54649F is #AB9B60. Grayscale: #656565. Windows color (decimal): -11246433 or 10445908. OLE color: 10445908.

HSL color Cylindrical-coordinate representation of color #54649F: hue angle of 227.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54649F is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84100159-
CMYK0.470.3700.38
HSL227.2º30.86%47.65%-
HSV(B)227.2º47.17%62.35%-
XYZ14.4713.534.64-
YUV101.94160.2115.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=24.49%
G=29.15%
B=46.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841001590.470.3700.38227.230.8647.65
Hex54649F2F25026e31f30
Octal12414423757450463433760
Binary101010011001001001111110111110010101001101110001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54649F; }

 p { color: rgb(84,100,159); }

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

<style>
 a { background-color: #54649F; }

 a { background-color: rgb(84,100,159); }

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

<style>
 span { border-color: #54649F; }

 span { border-color: rgb(84,100,159); }

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