#5467DD

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

Shades of Royal Blue #5467DD

Tints of Royal Blue #5467DD

Color information

#5467DD (or 0x5467DD) is unknown color: approx Royal Blue. HEX triplet: 54, 67 and DD. RGB value is (84,103,221). Sum of RGB (Red+Green+Blue) = 84+103+221=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #5467DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5467DD is #AB9822. Grayscale: #6E6E6E. Windows color (decimal): -11245603 or 14509908. OLE color: 14509908.

HSL color Cylindrical-coordinate representation of color #5467DD: hue angle of 231.68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5467DD is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84103221-
CMYK0.620.5300.13
HSL231.68º66.83%59.8%-
HSV(B)231.68º61.99%86.67%-
XYZ21.5616.8170.51-
YUV110.77190.21108.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 221 (86.72% from 255) = 54.17%
R=20.59%
G=25.25%
B=54.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841032210.620.5300.13231.6866.8359.8
Hex5467DD3E350De8433c
Octal124147335766501535010374
Binary101010011001111101110111111011010101101111010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5467DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5467DD; }

 p { color: rgb(84,103,221); }

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

<style>
 a { background-color: #5467DD; }

 a { background-color: rgb(84,103,221); }

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

<style>
 span { border-color: #5467DD; }

 span { border-color: rgb(84,103,221); }

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