#586BDD

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

Shades of Royal Blue #586BDD

Tints of Royal Blue #586BDD

Color information

#586BDD (or 0x586BDD) is unknown color: approx Royal Blue. HEX triplet: 58, 6B and DD. RGB value is (88,107,221). Sum of RGB (Red+Green+Blue) = 88+107+221=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #586BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BDD is #A79422. Grayscale: #717171. Windows color (decimal): -10982435 or 14510936. OLE color: 14510936.

HSL color Cylindrical-coordinate representation of color #586BDD: hue angle of 231.43º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586BDD is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB88107221-
CMYK0.600.5200.13
HSL231.43º66.17%60.59%-
HSV(B)231.43º60.18%86.67%-
XYZ22.3317.8170.67-
YUV114.32188.21109.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.15%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=21.15%
G=25.72%
B=53.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal881072210.600.5200.13231.4366.1760.59
Hex586BDD3C340De7423d
Octal130153335746401534710275
Binary101100011010111101110111110011010001101111001111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,107,221); }

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

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

 a { background-color: rgb(88,107,221); }

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

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

 span { border-color: rgb(88,107,221); }

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