#54749A

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

Shades of San Marino #54749A

Tints of San Marino #54749A

Color information

#54749A (or 0x54749A) is unknown color: approx San Marino. HEX triplet: 54, 74 and 9A. RGB value is (84,116,154). Sum of RGB (Red+Green+Blue) = 84+116+154=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #54749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54749A is #AB8B65. Grayscale: #6E6E6E. Windows color (decimal): -11242342 or 10122324. OLE color: 10122324.

HSL color Cylindrical-coordinate representation of color #54749A: hue angle of 212.57º 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 #54749A is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB84116154-
CMYK0.450.2500.40
HSL212.57º29.41%46.67%-
HSV(B)212.57º45.45%60.39%-
XYZ15.7316.7132.97-
YUV110.76152.4108.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=23.73%
G=32.77%
B=43.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841161540.450.2500.40212.5729.4146.67
Hex54749A2D19028d51d2f
Octal12416423255310503253557
Binary10101001110100100110101011011100101010001101010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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