#5562E4

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

Shades of Royal Blue #5562E4

Tints of Royal Blue #5562E4

Color information

#5562E4 (or 0x5562E4) is unknown color: approx Royal Blue. HEX triplet: 55, 62 and E4. RGB value is (85,98,228). Sum of RGB (Red+Green+Blue) = 85+98+228=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #5562E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5562E4 is #AA9D1B. Grayscale: #6C6C6C. Windows color (decimal): -11181340 or 14967381. OLE color: 14967381.

HSL color Cylindrical-coordinate representation of color #5562E4: hue angle of 234.55º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5562E4 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8598228-
CMYK0.630.5700.11
HSL234.55º72.59%61.37%-
HSV(B)234.55º62.72%89.41%-
XYZ22.1216.2775.37-
YUV108.93195.19110.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.68%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 228 (89.45% from 255) = 55.47%
R=20.68%
G=23.84%
B=55.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85982280.630.5700.11234.5572.5961.37
Hex5562E43F390Beb493d
Octal125142344777101335311175
Binary101010111000101110010011111111100101011111010111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5562E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5562E4; }

 p { color: rgb(85,98,228); }

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

<style>
 a { background-color: #5562E4; }

 a { background-color: rgb(85,98,228); }

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

<style>
 span { border-color: #5562E4; }

 span { border-color: rgb(85,98,228); }

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