#546FE8

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

Shades of Royal Blue #546FE8

Tints of Royal Blue #546FE8

Color information

#546FE8 (or 0x546FE8) is unknown color: approx Royal Blue. HEX triplet: 54, 6F and E8. RGB value is (84,111,232). Sum of RGB (Red+Green+Blue) = 84+111+232=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #546FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FE8 is #AB9017. Grayscale: #747474. Windows color (decimal): -11243544 or 15232852. OLE color: 15232852.

HSL color Cylindrical-coordinate representation of color #546FE8: hue angle of 229.05º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #546FE8 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB84111232-
CMYK0.640.5200.09
HSL229.05º76.29%61.96%-
HSV(B)229.05º63.79%90.98%-
XYZ23.9119.0878.77-
YUV116.72193.05104.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.67%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 232 (91.02% from 255) = 54.33%
R=19.67%
G=26.00%
B=54.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal841112320.640.5200.09229.0576.2961.96
Hex546FE8403409e54c3e
Octal1241573501006401134511476
Binary1010100110111111101000100000011010001001111001011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,111,232); }

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

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

 a { background-color: rgb(84,111,232); }

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

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

 span { border-color: rgb(84,111,232); }

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