#5670DA

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

Shades of Royal Blue #5670DA

Tints of Royal Blue #5670DA

Color information

#5670DA (or 0x5670DA) is unknown color: approx Royal Blue. HEX triplet: 56, 70 and DA. RGB value is (86,112,218). Sum of RGB (Red+Green+Blue) = 86+112+218=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #5670DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5670DA is #A98F25. Grayscale: #737373. Windows color (decimal): -11112230 or 14315606. OLE color: 14315606.

HSL color Cylindrical-coordinate representation of color #5670DA: hue angle of 228.18º 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 #5670DA is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB86112218-
CMYK0.610.4900.15
HSL228.18º64.08%59.61%-
HSV(B)228.18º60.55%85.49%-
XYZ22.2918.6368.75-
YUV116.31185.39106.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.67%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 218 (85.55% from 255) = 52.40%
R=20.67%
G=26.92%
B=52.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal861122180.610.4900.15228.1864.0859.61
Hex5670DA3D310Fe4403c
Octal126160332756101734410074
Binary101011011100001101101011110111000101111111001001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5670DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5670DA; }

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

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

<style>
 a { background-color: #5670DA; }

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

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

<style>
 span { border-color: #5670DA; }

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

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