#54649A

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

Shades of San Marino #54649A

Tints of San Marino #54649A

Color information

#54649A (or 0x54649A) is unknown color: approx San Marino. HEX triplet: 54, 64 and 9A. RGB value is (84,100,154). Sum of RGB (Red+Green+Blue) = 84+100+154=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #54649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54649A is #AB9B65. Grayscale: #656565. Windows color (decimal): -11246438 or 10118228. OLE color: 10118228.

HSL color Cylindrical-coordinate representation of color #54649A: hue angle of 226.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54649A is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB84100154-
CMYK0.450.3500.40
HSL226.29º29.41%46.67%-
HSV(B)226.29º45.45%60.39%-
XYZ14.0513.3332.4-
YUV101.37157.7115.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=24.85%
G=29.59%
B=45.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841001540.450.3500.40226.2929.4146.67
Hex54649A2D23028e21d2f
Octal12414423255430503423557
Binary101010011001001001101010110110001101010001110001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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