#545DDC

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

Shades of Royal Blue #545DDC

Tints of Royal Blue #545DDC

Color information

#545DDC (or 0x545DDC) is unknown color: approx Royal Blue. HEX triplet: 54, 5D and DC. RGB value is (84,93,220). Sum of RGB (Red+Green+Blue) = 84+93+220=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #545DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DDC is #ABA223. Grayscale: #686868. Windows color (decimal): -11248164 or 14441812. OLE color: 14441812.

HSL color Cylindrical-coordinate representation of color #545DDC: hue angle of 236.03º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545DDC is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8493220-
CMYK0.620.5800.14
HSL236.03º66.02%59.61%-
HSV(B)236.03º61.82%86.27%-
XYZ20.4914.8869.5-
YUV104.79193.02113.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=21.16%
G=23.43%
B=55.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal84932200.620.5800.14236.0366.0259.61
Hex545DDC3E3A0Eec423c
Octal124135334767201635410274
Binary101010010111011101110011111011101001110111011001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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