#5560E6

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

Shades of Royal Blue #5560E6

Tints of Royal Blue #5560E6

Color information

#5560E6 (or 0x5560E6) is unknown color: approx Royal Blue. HEX triplet: 55, 60 and E6. RGB value is (85,96,230). Sum of RGB (Red+Green+Blue) = 85+96+230=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #5560E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5560E6 is #AA9F19. Grayscale: #6B6B6B. Windows color (decimal): -11181850 or 15097941. OLE color: 15097941.

HSL color Cylindrical-coordinate representation of color #5560E6: hue angle of 235.45º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5560E6 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8596230-
CMYK0.630.5800.10
HSL235.45º74.36%61.76%-
HSV(B)235.45º63.04%90.2%-
XYZ22.2116.0176.78-
YUV107.99196.86111.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.68%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 230 (90.23% from 255) = 55.96%
R=20.68%
G=23.36%
B=55.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal85962300.630.5800.10235.4574.3661.76
Hex5560E63F3A0Aeb4a3e
Octal125140346777201235311276
Binary101010111000001110011011111111101001010111010111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5560E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5560E6; }

 p { color: rgb(85,96,230); }

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

<style>
 a { background-color: #5560E6; }

 a { background-color: rgb(85,96,230); }

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

<style>
 span { border-color: #5560E6; }

 span { border-color: rgb(85,96,230); }

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