Html Css Color HEX #586AE5 Royal Blue

📋 copy color: '#586AE5'

red 88 ◦ green 106 ◦ blue 229

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

Shades of Royal Blue #586AE5

Tints of Royal Blue #586AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.14%

R = 20.8%
G = 25.06%
B = 54.14%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#586AE5 (or 0x586AE5) is known color: Royal Blue. HEX triplet: 58, 6A and E5. RGB value is (88,106,229). Sum of RGB (Red+Green+Blue) = 88+106+229=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #586AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586AE5 is #A7951A. Grayscale: #727272. Windows color (decimal): -10982683 or 15034968. OLE color: 15034968.

HSL color Cylindrical-coordinate representation of color #586AE5: hue angle of 232.34º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #586AE5 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 88 106 229 -
CMYK 0.62 0.54 0 0.10
HSL 232.34º 0.73% 0.62% -
HSV(B) 232.34º 0.62% 0.9% -
XYZ 23.32 18.04 76.38 -
YUV 114.64 192.54 109 -
System Red Green Blue C M Y K H S L
Decimal 88 106 229 0.62 0.54 0 0.10 232.34 0.73 0.62
Hex 58 6A E5 3E 36 0 A E8 49 3E
Octal 130 152 345 76 66 0 12 350 111 76
Binary 1011000 1101010 11100101 111110 110110 0 1010 11101000 1001001 111110

Color Harmonies of #586AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586AE5

Black with #586AE5

Text Example


Text Example

White with #586AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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