#54649D

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

Shades of San Marino #54649D

Tints of San Marino #54649D

Color information

#54649D (or 0x54649D) is unknown color: approx San Marino. HEX triplet: 54, 64 and 9D. RGB value is (84,100,157). Sum of RGB (Red+Green+Blue) = 84+100+157=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #54649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54649D is #AB9B62. Grayscale: #656565. Windows color (decimal): -11246435 or 10314836. OLE color: 10314836.

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

Color convert

RGB84100157-
CMYK0.460.3600.38
HSL226.85º30.29%47.25%-
HSV(B)226.85º46.5%61.57%-
XYZ14.313.4333.74-
YUV101.71159.2115.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=24.63%
G=29.33%
B=46.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841001570.460.3600.38226.8530.2947.25
Hex54649D2E24026e31e2f
Octal12414423556440463433657
Binary101010011001001001110110111010010001001101110001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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