#586dcf

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

Shades of Royal Blue #586DCF

Tints of Royal Blue #586DCF

Color information

#586DCF (or 0x586DCF) is unknown color: approx Royal Blue. HEX triplet: 58, 6D and CF. RGB value is (88,109,207). Sum of RGB (Red+Green+Blue) = 88+109+207=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #586DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586DCF is #A79230. Grayscale: #717171. Windows color (decimal): -10981937 or 13593944. OLE color: 13593944.

HSL color Cylindrical-coordinate representation of color #586DCF: hue angle of 229.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #586DCF is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB88109207-
CMYK0.570.4700.19
HSL229.41º55.35%57.84%-
HSV(B)229.41º57.49%81.18%-
XYZ20.7617.5261.32-
YUV113.89180.54109.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.78%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 207 (81.25% from 255) = 51.24%
R=21.78%
G=26.98%
B=51.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal881092070.570.4700.19229.4155.3557.84
Hex586DCF392F013e5373a
Octal13015531771570233456772
Binary101100011011011100111111100110111101001111100101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,109,207); }

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

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

 a { background-color: rgb(88,109,207); }

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

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

 span { border-color: rgb(88,109,207); }

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