Html Css Color HEX #586ADA Royal Blue

📋 copy color: '#586ADA'

red 88 ◦ green 106 ◦ blue 218

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

Shades of Royal Blue #586ADA

Tints of Royal Blue #586ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 21.36%
G = 25.73%
B = 52.91%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#586ADA (or 0x586ADA) is known color: Royal Blue. HEX triplet: 58, 6A and DA. RGB value is (88,106,218). Sum of RGB (Red+Green+Blue) = 88+106+218=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #586ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586ADA is #A79525. Grayscale: #707070. Windows color (decimal): -10982694 or 14314072. OLE color: 14314072.

HSL color Cylindrical-coordinate representation of color #586ADA: hue angle of 231.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #586ADA is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 106 218 -
CMYK 0.60 0.51 0 0.15
HSL 231.69º 0.64% 0.6% -
HSV(B) 231.69º 0.6% 0.85% -
XYZ 21.83 17.44 68.55 -
YUV 113.39 187.04 109.89 -
System Red Green Blue C M Y K H S L
Decimal 88 106 218 0.60 0.51 0 0.15 231.69 0.64 0.6
Hex 58 6A DA 3C 33 0 F E8 40 3C
Octal 130 152 332 74 63 0 17 350 100 74
Binary 1011000 1101010 11011010 111100 110011 0 1111 11101000 1000000 111100

Color Harmonies of #586ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586ADA

Black with #586ADA

Text Example


Text Example

White with #586ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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