#586BD0

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

Shades of Royal Blue #586BD0

Tints of Royal Blue #586BD0

Color information

#586BD0 (or 0x586BD0) is unknown color: approx Royal Blue. HEX triplet: 58, 6B and D0. RGB value is (88,107,208). Sum of RGB (Red+Green+Blue) = 88+107+208=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #586BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BD0 is #A7942F. Grayscale: #707070. Windows color (decimal): -10982448 or 13658968. OLE color: 13658968.

HSL color Cylindrical-coordinate representation of color #586BD0: hue angle of 230.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #586BD0 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB88107208-
CMYK0.580.4900.18
HSL230.5º56.07%58.04%-
HSV(B)230.5º57.69%81.57%-
XYZ20.6717.1461.89-
YUV112.83181.71110.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.84%
GREEN value IS 107 (42.19% from 255) = 26.55%
BLUE value IS 208 (81.64% from 255) = 51.61%
R=21.84%
G=26.55%
B=51.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal881072080.580.4900.18230.556.0758.04
Hex586BD03A31012e6383a
Octal13015332072610223467072
Binary101100011010111101000011101011000101001011100110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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