#586AED

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

Shades of Royal Blue #586AED

Tints of Royal Blue #586AED

Color information

#586AED (or 0x586AED) is unknown color: approx Royal Blue. HEX triplet: 58, 6A and ED. RGB value is (88,106,237). Sum of RGB (Red+Green+Blue) = 88+106+237=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #586AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586AED is #A79512. Grayscale: #737373. Windows color (decimal): -10982675 or 15559256. OLE color: 15559256.

HSL color Cylindrical-coordinate representation of color #586AED: hue angle of 232.75º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586AED is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB88106237-
CMYK0.630.5500.07
HSL232.75º80.54%63.73%-
HSV(B)232.75º62.87%92.94%-
XYZ24.4618.582.4-
YUV115.55196.54108.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.42%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 237 (92.97% from 255) = 54.99%
R=20.42%
G=24.59%
B=54.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal881062370.630.5500.07232.7580.5463.73
Hex586AED3F3707e95140
Octal130152355776707351121100
Binary101100011010101110110111111111011101111110100110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586AED; }

 p { color: rgb(88,106,237); }

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

<style>
 a { background-color: #586AED; }

 a { background-color: rgb(88,106,237); }

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

<style>
 span { border-color: #586AED; }

 span { border-color: rgb(88,106,237); }

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