Html Css Color HEX #586AD5 Royal Blue

📋 copy color: '#586AD5'

red 88 ◦ green 106 ◦ blue 213

#586AD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #586AD5

Tints of Royal Blue #586AD5

RGB

 RED value IS 88 (34.77% from 255) = 21.62%

 GREEN value IS 106 (41.8% from 255) = 26.04%

 BLUE value IS 213 (83.59% from 255) = 52.33%

R = 21.62%
G = 26.04%
B = 52.33%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#586AD5 (or 0x586AD5) is known color: Royal Blue. HEX triplet: 58, 6A and D5. RGB value is (88,106,213). Sum of RGB (Red+Green+Blue) = 88+106+213=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #586AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586AD5 is #A7952A. Grayscale: #707070. Windows color (decimal): -10982699 or 13986392. OLE color: 13986392.

HSL color Cylindrical-coordinate representation of color #586AD5: hue angle of 231.36º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #586AD5 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 106 213 -
CMYK 0.59 0.50 0 0.16
HSL 231.36º 0.6% 0.59% -
HSV(B) 231.36º 0.59% 0.84% -
XYZ 21.19 17.19 65.15 -
YUV 112.82 184.54 110.3 -
System Red Green Blue C M Y K H S L
Decimal 88 106 213 0.59 0.50 0 0.16 231.36 0.6 0.59
Hex 58 6A D5 3B 32 0 10 E7 3C 3B
Octal 130 152 325 73 62 0 20 347 74 73
Binary 1011000 1101010 11010101 111011 110010 0 10000 11100111 111100 111011

Color Harmonies of #586AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586AD5

Black with #586AD5

Text Example


Text Example

White with #586AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #586AD5;
 }
 .AnyTagClassName
 {
   color: #586AD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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