#5678EB

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

Shades of Royal Blue #5678EB

Tints of Royal Blue #5678EB

Color information

#5678EB (or 0x5678EB) is unknown color: approx Royal Blue. HEX triplet: 56, 78 and EB. RGB value is (86,120,235). Sum of RGB (Red+Green+Blue) = 86+120+235=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #5678EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5678EB is #A98714. Grayscale: #7A7A7A. Windows color (decimal): -11110165 or 15431766. OLE color: 15431766.

HSL color Cylindrical-coordinate representation of color #5678EB: hue angle of 226.31º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5678EB is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB86120235-
CMYK0.630.4900.08
HSL226.31º78.84%62.94%-
HSV(B)226.31º63.4%92.16%-
XYZ25.5521.4181.38-
YUV122.94191.24101.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.50%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 235 (92.19% from 255) = 53.29%
R=19.50%
G=27.21%
B=53.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal861202350.630.4900.08226.3178.8462.94
Hex5678EB3F3108e24f3f
Octal126170353776101034211777
Binary101011011110001110101111111111000101000111000101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5678EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5678EB; }

 p { color: rgb(86,120,235); }

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

<style>
 a { background-color: #5678EB; }

 a { background-color: rgb(86,120,235); }

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

<style>
 span { border-color: #5678EB; }

 span { border-color: rgb(86,120,235); }

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