#5562DC

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

Shades of Royal Blue #5562DC

Tints of Royal Blue #5562DC

Color information

#5562DC (or 0x5562DC) is unknown color: approx Royal Blue. HEX triplet: 55, 62 and DC. RGB value is (85,98,220). Sum of RGB (Red+Green+Blue) = 85+98+220=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #5562DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5562DC is #AA9D23. Grayscale: #6B6B6B. Windows color (decimal): -11181348 or 14443093. OLE color: 14443093.

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

Color convert

RGB8598220-
CMYK0.610.5500.14
HSL234.22º65.85%59.8%-
HSV(B)234.22º61.36%86.27%-
XYZ21.0315.8369.66-
YUV108.02191.19111.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 220 (86.33% from 255) = 54.59%
R=21.09%
G=24.32%
B=54.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85982200.610.5500.14234.2265.8559.8
Hex5562DC3D370Eea423c
Octal125142334756701635210274
Binary101010111000101101110011110111011101110111010101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5562DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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