#5675EE

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

Shades of Royal Blue #5675EE

Tints of Royal Blue #5675EE

Color information

#5675EE (or 0x5675EE) is unknown color: approx Royal Blue. HEX triplet: 56, 75 and EE. RGB value is (86,117,238). Sum of RGB (Red+Green+Blue) = 86+117+238=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #5675EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5675EE is #A98A11. Grayscale: #797979. Windows color (decimal): -11110930 or 15627606. OLE color: 15627606.

HSL color Cylindrical-coordinate representation of color #5675EE: hue angle of 227.76º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5675EE is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86117238-
CMYK0.640.5100.07
HSL227.76º81.72%63.53%-
HSV(B)227.76º63.87%93.33%-
XYZ25.6320.8783.57-
YUV121.52193.73102.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.50%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=19.50%
G=26.53%
B=53.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal861172380.640.5100.07227.7681.7263.53
Hex5675EE403307e45240
Octal1261653561006307344122100
Binary1010110111010111101110100000011001101111110010010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5675EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5675EE; }

 p { color: rgb(86,117,238); }

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

<style>
 a { background-color: #5675EE; }

 a { background-color: rgb(86,117,238); }

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

<style>
 span { border-color: #5675EE; }

 span { border-color: rgb(86,117,238); }

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