#555DE6

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

Shades of Royal Blue #555DE6

Tints of Royal Blue #555DE6

Color information

#555DE6 (or 0x555DE6) is unknown color: approx Royal Blue. HEX triplet: 55, 5D and E6. RGB value is (85,93,230). Sum of RGB (Red+Green+Blue) = 85+93+230=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 230 (90.23% from 255 or 56.37% from 408); Max value from RGB is 230 - color contains mainly: blue. Hex color #555DE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DE6 is #AAA219. Grayscale: #696969. Windows color (decimal): -11182618 or 15097173. OLE color: 15097173.

HSL color Cylindrical-coordinate representation of color #555DE6: hue angle of 236.69º 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 #555DE6 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8593230-
CMYK0.630.6000.10
HSL236.69º74.36%61.76%-
HSV(B)236.69º63.04%90.2%-
XYZ21.9415.4776.69-
YUV106.23197.85112.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 230 (90.23% from 255) = 56.37%
R=20.83%
G=22.79%
B=56.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal85932300.630.6000.10236.6974.3661.76
Hex555DE63F3C0Aed4a3e
Octal125135346777401235511276
Binary101010110111011110011011111111110001010111011011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555DE6; }

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

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

<style>
 a { background-color: #555DE6; }

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

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

<style>
 span { border-color: #555DE6; }

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

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