#546CEE

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

Shades of Royal Blue #546CEE

Tints of Royal Blue #546CEE

Color information

#546CEE (or 0x546CEE) is unknown color: approx Royal Blue. HEX triplet: 54, 6C and EE. RGB value is (84,108,238). Sum of RGB (Red+Green+Blue) = 84+108+238=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #546CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546CEE is #AB9311. Grayscale: #737373. Windows color (decimal): -11244306 or 15625300. OLE color: 15625300.

HSL color Cylindrical-coordinate representation of color #546CEE: hue angle of 230.65º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #546CEE is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84108238-
CMYK0.650.5500.07
HSL230.65º81.91%63.14%-
HSV(B)230.65º64.71%93.33%-
XYZ24.4518.7883.23-
YUV115.64197.05105.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 238 (93.36% from 255) = 55.35%
R=19.53%
G=25.12%
B=55.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal841082380.650.5500.07230.6581.9163.14
Hex546CEE413707e7523f
Octal124154356101670734712277
Binary101010011011001110111010000011101110111111001111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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