#546CA7

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

Shades of San Marino #546CA7

Tints of San Marino #546CA7

Color information

#546CA7 (or 0x546CA7) is unknown color: approx San Marino. HEX triplet: 54, 6C and A7. RGB value is (84,108,167). Sum of RGB (Red+Green+Blue) = 84+108+167=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #546CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546CA7 is #AB9358. Grayscale: #6B6B6B. Windows color (decimal): -11244377 or 10972244. OLE color: 10972244.

HSL color Cylindrical-coordinate representation of color #546CA7: hue angle of 222.65º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #546CA7 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB84108167-
CMYK0.500.3500.35
HSL222.65º33.07%49.22%-
HSV(B)222.65º49.7%65.49%-
XYZ15.9915.438.69-
YUV107.55161.55111.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 167 (65.62% from 255) = 46.52%
R=23.40%
G=30.08%
B=46.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841081670.500.3500.35222.6533.0749.22
Hex546CA73223023df2131
Octal12415424762430433374161
Binary1010100110110010100111110010100011010001111011111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546CA7; }

 p { color: rgb(84,108,167); }

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

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

 a { background-color: rgb(84,108,167); }

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

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

 span { border-color: rgb(84,108,167); }

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