#545de7

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

Shades of Royal Blue #545DE7

Tints of Royal Blue #545DE7

Color information

#545DE7 (or 0x545DE7) is unknown color: approx Royal Blue. HEX triplet: 54, 5D and E7. RGB value is (84,93,231). Sum of RGB (Red+Green+Blue) = 84+93+231=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 231 (90.62% from 255 or 56.62% from 408); Max value from RGB is 231 - color contains mainly: blue. Hex color #545DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DE7 is #ABA218. Grayscale: #696969. Windows color (decimal): -11248153 or 15162708. OLE color: 15162708.

HSL color Cylindrical-coordinate representation of color #545DE7: hue angle of 236.33º degrees, saturation: 0.75, 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 #545DE7 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8493231-
CMYK0.640.6000.09
HSL236.33º75.38%61.76%-
HSV(B)236.33º63.64%90.59%-
XYZ21.9915.4877.43-
YUV106.04198.52112.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 231 (90.62% from 255) = 56.62%
R=20.59%
G=22.79%
B=56.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal84932310.640.6000.09236.3375.3861.76
Hex545DE7403C09ec4b3e
Octal1241353471007401135411376
Binary1010100101110111100111100000011110001001111011001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545de7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,231); }

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

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

 a { background-color: rgb(84,93,231); }

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

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

 span { border-color: rgb(84,93,231); }

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