Html Css Color HEX #566CDA Royal Blue

📋 copy color: '#566CDA'

red 86 ◦ green 108 ◦ blue 218

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

Shades of Royal Blue #566CDA

Tints of Royal Blue #566CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.21%

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

R = 20.87%
G = 26.21%
B = 52.91%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#566CDA (or 0x566CDA) is known color: Royal Blue. HEX triplet: 56, 6C and DA. RGB value is (86,108,218). Sum of RGB (Red+Green+Blue) = 86+108+218=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 108 (42.58% from 255 or 26.21% 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 #566CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CDA is #A99325. Grayscale: #717171. Windows color (decimal): -11113254 or 14314582. OLE color: 14314582.

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

Color convert

RGB 86 108 218 -
CMYK 0.61 0.50 0 0.15
HSL 230º 0.64% 0.6% -
HSV(B) 230º 0.61% 0.85% -
XYZ 21.86 17.77 68.61 -
YUV 113.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 86 108 218 0.61 0.50 0 0.15 230 0.64 0.6
Hex 56 6C DA 3D 32 0 F E6 40 3C
Octal 126 154 332 75 62 0 17 346 100 74
Binary 1010110 1101100 11011010 111101 110010 0 1111 11100110 1000000 111100

Color Harmonies of #566CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566CDA

Black with #566CDA

Text Example


Text Example

White with #566CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,108,218); }

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

background-color css

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

 a { background-color: rgb(86,108,218); }

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

border-color css

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

 span { border-color: rgb(86,108,218); }

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