#556de5

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

Shades of Royal Blue #556DE5

Tints of Royal Blue #556DE5

Color information

#556DE5 (or 0x556DE5) is unknown color: approx Royal Blue. HEX triplet: 55, 6D and E5. RGB value is (85,109,229). Sum of RGB (Red+Green+Blue) = 85+109+229=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #556DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DE5 is #AA921A. Grayscale: #737373. Windows color (decimal): -11178523 or 15035733. OLE color: 15035733.

HSL color Cylindrical-coordinate representation of color #556DE5: hue angle of 230º degrees, saturation: 0.73, 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 #556DE5 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB85109229-
CMYK0.630.5200.10
HSL230º73.47%61.57%-
HSV(B)230º62.88%89.8%-
XYZ23.3618.5376.47-
YUV115.5192.05106.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 229 (89.84% from 255) = 54.14%
R=20.09%
G=25.77%
B=54.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal851092290.630.5200.1023073.4761.57
Hex556DE53F340Ae6493e
Octal125155345776401234611176
Binary101010111011011110010111111111010001010111001101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556de5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556de5; }

 p { color: rgb(85,109,229); }

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

<style>
 a { background-color: #556de5; }

 a { background-color: rgb(85,109,229); }

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

<style>
 span { border-color: #556de5; }

 span { border-color: rgb(85,109,229); }

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