#546598

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

Shades of San Marino #546598

Tints of San Marino #546598

Color information

#546598 (or 0x546598) is unknown color: approx San Marino. HEX triplet: 54, 65 and 98. RGB value is (84,101,152). Sum of RGB (Red+Green+Blue) = 84+101+152=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #546598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546598 is #AB9A67. Grayscale: #656565. Windows color (decimal): -11246184 or 9987412. OLE color: 9987412.

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

Color convert

RGB84101152-
CMYK0.450.3400.40
HSL225º28.81%46.27%-
HSV(B)225º44.74%59.61%-
XYZ13.9813.4631.57-
YUV101.73156.37115.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=24.93%
G=29.97%
B=45.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841011520.450.3400.4022528.8146.27
Hex5465982D22028e11d2e
Octal12414523055420503413556
Binary101010011001011001100010110110001001010001110000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546598; }

 p { color: rgb(84,101,152); }

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

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

 a { background-color: rgb(84,101,152); }

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

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

 span { border-color: rgb(84,101,152); }

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