Html Css Color HEX #566AE2 Royal Blue

📋 copy color: '#566AE2'

red 86 ◦ green 106 ◦ blue 226

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

Shades of Royal Blue #566AE2

Tints of Royal Blue #566AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 54.07%

R = 20.57%
G = 25.36%
B = 54.07%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#566AE2 (or 0x566AE2) is known color: Royal Blue. HEX triplet: 56, 6A and E2. RGB value is (86,106,226). Sum of RGB (Red+Green+Blue) = 86+106+226=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 226 (88.67% from 255 or 54.07% from 418); Max value from RGB is 226 - color contains mainly: blue. Hex color #566AE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566AE2 is #A9951D. Grayscale: #717171. Windows color (decimal): -11113758 or 14838358. OLE color: 14838358.

HSL color Cylindrical-coordinate representation of color #566AE2: hue angle of 231.43º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566AE2 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 86 106 226 -
CMYK 0.62 0.53 0 0.11
HSL 231.43º 0.71% 0.61% -
HSV(B) 231.43º 0.62% 0.89% -
XYZ 22.72 17.78 74.19 -
YUV 113.7 191.37 108.24 -
System Red Green Blue C M Y K H S L
Decimal 86 106 226 0.62 0.53 0 0.11 231.43 0.71 0.61
Hex 56 6A E2 3E 35 0 B E7 47 3D
Octal 126 152 342 76 65 0 13 347 107 75
Binary 1010110 1101010 11100010 111110 110101 0 1011 11100111 1000111 111101

Color Harmonies of #566AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566AE2

Black with #566AE2

Text Example


Text Example

White with #566AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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