Html Css Color HEX #566AEA Royal Blue

📋 copy color: '#566AEA'

red 86 ◦ green 106 ◦ blue 234

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

Shades of Royal Blue #566AEA

Tints of Royal Blue #566AEA

RGB

 RED value IS 86 (33.98% from 255) = 20.19%

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

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 20.19%
G = 24.88%
B = 54.93%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#566AEA (or 0x566AEA) is known color: Royal Blue. HEX triplet: 56, 6A and EA. RGB value is (86,106,234). Sum of RGB (Red+Green+Blue) = 86+106+234=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #566AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566AEA is #A99515. Grayscale: #727272. Windows color (decimal): -11113750 or 15362646. OLE color: 15362646.

HSL color Cylindrical-coordinate representation of color #566AEA: hue angle of 231.89º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #566AEA is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 106 234 -
CMYK 0.63 0.55 0 0.08
HSL 231.89º 0.78% 0.63% -
HSV(B) 231.89º 0.63% 0.92% -
XYZ 23.84 18.23 80.1 -
YUV 114.61 195.37 107.59 -
System Red Green Blue C M Y K H S L
Decimal 86 106 234 0.63 0.55 0 0.08 231.89 0.78 0.63
Hex 56 6A EA 3F 37 0 8 E8 4E 3F
Octal 126 152 352 77 67 0 10 350 116 77
Binary 1010110 1101010 11101010 111111 110111 0 1000 11101000 1001110 111111

Color Harmonies of #566AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AEA

Black with #566AEA

Text Example


Text Example

White with #566AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566AEA; }

 p { color: rgb(86,106,234); }

 H1.HeaderClassName
 {
   color: #566AEA;
 }
 .AnyTagClassName
 {
   color: #566AEA;
 }
</style>

background-color css

<style>
 a { background-color: #566AEA; }

 a { background-color: rgb(86,106,234); }

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

border-color css

<style>
 span { border-color: #566AEA; }

 span { border-color: rgb(86,106,234); }

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