Html Css Color HEX #566ACF Royal Blue

📋 copy color: '#566ACF'

red 86 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #566ACF

Tints of Royal Blue #566ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 21.55%
G = 26.57%
B = 51.88%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#566ACF (or 0x566ACF) is known color: Royal Blue. HEX triplet: 56, 6A and CF. RGB value is (86,106,207). Sum of RGB (Red+Green+Blue) = 86+106+207=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #566ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ACF is #A99530. Grayscale: #6F6F6F. Windows color (decimal): -11113777 or 13593174. OLE color: 13593174.

HSL color Cylindrical-coordinate representation of color #566ACF: hue angle of 230.08º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #566ACF is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 106 207 -
CMYK 0.58 0.49 0 0.19
HSL 230.08º 0.56% 0.57% -
HSV(B) 230.08º 0.58% 0.81% -
XYZ 20.25 16.79 61.21 -
YUV 111.53 181.87 109.79 -
System Red Green Blue C M Y K H S L
Decimal 86 106 207 0.58 0.49 0 0.19 230.08 0.56 0.57
Hex 56 6A CF 3A 31 0 13 E6 38 39
Octal 126 152 317 72 61 0 23 346 70 71
Binary 1010110 1101010 11001111 111010 110001 0 10011 11100110 111000 111001

Color Harmonies of #566ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566ACF

Black with #566ACF

Text Example


Text Example

White with #566ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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