#545ce6

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

Shades of Royal Blue #545CE6

Tints of Royal Blue #545CE6

Color information

#545CE6 (or 0x545CE6) is unknown color: approx Royal Blue. HEX triplet: 54, 5C and E6. RGB value is (84,92,230). Sum of RGB (Red+Green+Blue) = 84+92+230=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #545CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545CE6 is #ABA319. Grayscale: #686868. Windows color (decimal): -11248410 or 15096916. OLE color: 15096916.

HSL color Cylindrical-coordinate representation of color #545CE6: hue angle of 236.71º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545CE6 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8492230-
CMYK0.630.6000.10
HSL236.71º74.49%61.57%-
HSV(B)236.71º63.48%90.2%-
XYZ21.7715.2576.66-
YUV105.34198.35112.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.69%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 230 (90.23% from 255) = 56.65%
R=20.69%
G=22.66%
B=56.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal84922300.630.6000.10236.7174.4961.57
Hex545CE63F3C0Aed4a3e
Octal124134346777401235511276
Binary101010010111001110011011111111110001010111011011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545ce6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545ce6; }

 p { color: rgb(84,92,230); }

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

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

 a { background-color: rgb(84,92,230); }

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

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

 span { border-color: rgb(84,92,230); }

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