Html Css Color HEX #566FCD Royal Blue

📋 copy color: '#566FCD'

red 86 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #566FCD

Tints of Royal Blue #566FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 205 (80.47% from 255) = 51%

R = 21.39%
G = 27.61%
B = 51%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#566FCD (or 0x566FCD) is known color: Royal Blue. HEX triplet: 56, 6F and CD. RGB value is (86,111,205). Sum of RGB (Red+Green+Blue) = 86+111+205=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #566FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FCD is #A99032. Grayscale: #717171. Windows color (decimal): -11112499 or 13463382. OLE color: 13463382.

HSL color Cylindrical-coordinate representation of color #566FCD: hue angle of 227.39º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #566FCD is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 111 205 -
CMYK 0.58 0.46 0 0.20
HSL 227.4º 0.54% 0.57% -
HSV(B) 227.4º 0.58% 0.8% -
XYZ 20.54 17.76 60.1 -
YUV 114.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 86 111 205 0.58 0.46 0 0.20 227.4 0.54 0.57
Hex 56 6F CD 3A 2E 0 14 E3 36 39
Octal 126 157 315 72 56 0 24 343 66 71
Binary 1010110 1101111 11001101 111010 101110 0 10100 11100011 110110 111001

Color Harmonies of #566FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566FCD

Black with #566FCD

Text Example


Text Example

White with #566FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,111,205); }

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

background-color css

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

 a { background-color: rgb(86,111,205); }

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

border-color css

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

 span { border-color: rgb(86,111,205); }

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