Html Css Color HEX #566CCD Royal Blue

📋 copy color: '#566CCD'

red 86 ◦ green 108 ◦ blue 205

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

Shades of Royal Blue #566CCD

Tints of Royal Blue #566CCD

RGB

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

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

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

R = 21.55%
G = 27.07%
B = 51.38%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#566CCD (or 0x566CCD) is known color: Royal Blue. HEX triplet: 56, 6C and CD. RGB value is (86,108,205). Sum of RGB (Red+Green+Blue) = 86+108+205=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #566CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CCD is #A99332. Grayscale: #707070. Windows color (decimal): -11113267 or 13462614. OLE color: 13462614.

HSL color Cylindrical-coordinate representation of color #566CCD: hue angle of 228.91º 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 #566CCD is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 108 205 -
CMYK 0.58 0.47 0 0.20
HSL 228.91º 0.54% 0.57% -
HSV(B) 228.91º 0.58% 0.8% -
XYZ 20.22 17.11 59.99 -
YUV 112.48 180.21 109.11 -
System Red Green Blue C M Y K H S L
Decimal 86 108 205 0.58 0.47 0 0.20 228.91 0.54 0.57
Hex 56 6C CD 3A 2F 0 14 E5 36 39
Octal 126 154 315 72 57 0 24 345 66 71
Binary 1010110 1101100 11001101 111010 101111 0 10100 11100101 110110 111001

Color Harmonies of #566CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566CCD

Black with #566CCD

Text Example


Text Example

White with #566CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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