#54649B

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

Shades of San Marino #54649B

Tints of San Marino #54649B

Color information

#54649B (or 0x54649B) is unknown color: approx San Marino. HEX triplet: 54, 64 and 9B. RGB value is (84,100,155). Sum of RGB (Red+Green+Blue) = 84+100+155=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #54649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54649B is #AB9B64. Grayscale: #656565. Windows color (decimal): -11246437 or 10183764. OLE color: 10183764.

HSL color Cylindrical-coordinate representation of color #54649B: hue angle of 226.48º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54649B is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84100155-
CMYK0.460.3500.39
HSL226.48º29.71%46.86%-
HSV(B)226.48º45.81%60.78%-
XYZ14.1313.3732.85-
YUV101.49158.2115.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=24.78%
G=29.50%
B=45.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841001550.460.3500.39226.4829.7146.86
Hex54649B2E23027e21e2f
Octal12414423356430473423657
Binary101010011001001001101110111010001101001111110001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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