#546CCC

Color #546CCC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #546CCC

Tints of Royal Blue #546CCC

Color information

#546CCC (or 0x546CCC) is unknown color: approx Royal Blue. HEX triplet: 54, 6C and CC. RGB value is (84,108,204). Sum of RGB (Red+Green+Blue) = 84+108+204=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #546CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CCC is #AB9333. Grayscale: #6F6F6F. Windows color (decimal): -11244340 or 13397076. OLE color: 13397076.

HSL color Cylindrical-coordinate representation of color #546CCC: hue angle of 228º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546CCC is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84108204-
CMYK0.590.4700.2
HSL228º54.05%56.47%-
HSV(B)228º58.82%80%-
XYZ19.9216.9759.35-
YUV111.77180.05108.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 108 (42.58% from 255) = 27.27%
BLUE value IS 204 (80.08% from 255) = 51.52%
R=21.21%
G=27.27%
B=51.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841082040.590.4700.222854.0556.47
Hex546CCC3B2F014e43638
Octal12415431473570243446670
Binary101010011011001100110011101110111101010011100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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