#5668D4

Color #5668D4 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5668D4

Tints of Royal Blue #5668D4

Color information

#5668D4 (or 0x5668D4) is unknown color: approx Royal Blue. HEX triplet: 56, 68 and D4. RGB value is (86,104,212). Sum of RGB (Red+Green+Blue) = 86+104+212=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 212 (83.20% from 255 or 52.74% from 402); Max value from RGB is 212 - color contains mainly: blue. Hex color #5668D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5668D4 is #A9972B. Grayscale: #6E6E6E. Windows color (decimal): -11114284 or 13920342. OLE color: 13920342.

HSL color Cylindrical-coordinate representation of color #5668D4: hue angle of 231.43º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5668D4 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB86104212-
CMYK0.590.5100.17
HSL231.43º59.43%58.43%-
HSV(B)231.43º59.43%83.14%-
XYZ20.6716.6364.41-
YUV110.93185.04110.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.39%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 212 (83.20% from 255) = 52.74%
R=21.39%
G=25.87%
B=52.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal861042120.590.5100.17231.4359.4358.43
Hex5668D43B33011e73b3a
Octal12615032473630213477372
Binary101011011010001101010011101111001101000111100111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5668D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5668D4;
 }
 .AnyTagClassName
 {
   color: #5668D4;
 }
</style>
background-color css

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

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

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

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

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

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