#586CDD

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

Shades of Royal Blue #586CDD

Tints of Royal Blue #586CDD

Color information

#586CDD (or 0x586CDD) is unknown color: approx Royal Blue. HEX triplet: 58, 6C and DD. RGB value is (88,108,221). Sum of RGB (Red+Green+Blue) = 88+108+221=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #586CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586CDD is #A79322. Grayscale: #727272. Windows color (decimal): -10982179 or 14511192. OLE color: 14511192.

HSL color Cylindrical-coordinate representation of color #586CDD: hue angle of 230.98º 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 #586CDD is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB88108221-
CMYK0.600.5100.13
HSL230.98º66.17%60.59%-
HSV(B)230.98º60.18%86.67%-
XYZ22.4418.0270.7-
YUV114.9187.87108.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.10%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=21.10%
G=25.90%
B=53.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal881082210.600.5100.13230.9866.1760.59
Hex586CDD3C330De7423d
Octal130154335746301534710275
Binary101100011011001101110111110011001101101111001111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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