Html Css Color HEX #5668DE Royal Blue

📋 copy color: '#5668DE'

red 86 ◦ green 104 ◦ blue 222

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

Shades of Royal Blue #5668DE

Tints of Royal Blue #5668DE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.24%

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 20.87%
G = 25.24%
B = 53.88%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5668DE (or 0x5668DE) is known color: Royal Blue. HEX triplet: 56, 68 and DE. RGB value is (86,104,222). Sum of RGB (Red+Green+Blue) = 86+104+222=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #5668DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5668DE is #A99721. Grayscale: #6F6F6F. Windows color (decimal): -11114274 or 14575702. OLE color: 14575702.

HSL color Cylindrical-coordinate representation of color #5668DE: hue angle of 232.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5668DE is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 104 222 -
CMYK 0.61 0.53 0 0.13
HSL 232.06º 0.67% 0.6% -
HSV(B) 232.06º 0.61% 0.87% -
XYZ 21.97 17.15 71.26 -
YUV 112.07 190.04 109.41 -
System Red Green Blue C M Y K H S L
Decimal 86 104 222 0.61 0.53 0 0.13 232.06 0.67 0.6
Hex 56 68 DE 3D 35 0 D E8 43 3C
Octal 126 150 336 75 65 0 15 350 103 74
Binary 1010110 1101000 11011110 111101 110101 0 1101 11101000 1000011 111100

Color Harmonies of #5668DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5668DE

Black with #5668DE

Text Example


Text Example

White with #5668DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5668DE; }

 p { color: rgb(86,104,222); }

 H1.HeaderClassName
 {
   color: #5668DE;
 }
 .AnyTagClassName
 {
   color: #5668DE;
 }
</style>

background-color css

<style>
 a { background-color: #5668DE; }

 a { background-color: rgb(86,104,222); }

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

border-color css

<style>
 span { border-color: #5668DE; }

 span { border-color: rgb(86,104,222); }

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