#5E6ADE

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

Shades of Royal Blue #5E6ADE

Tints of Royal Blue #5E6ADE

Color information

#5E6ADE (or 0x5E6ADE) is unknown color: approx Royal Blue. HEX triplet: 5E, 6A and DE. RGB value is (94,106,222). Sum of RGB (Red+Green+Blue) = 94+106+222=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E6ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ADE is #A19521. Grayscale: #737373. Windows color (decimal): -10589474 or 14576222. OLE color: 14576222.

HSL color Cylindrical-coordinate representation of color #5E6ADE: hue angle of 234.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E6ADE is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94106222-
CMYK0.580.5200.13
HSL234.38º65.98%61.96%-
HSV(B)234.38º57.66%87.06%-
XYZ22.9517.9671.36-
YUV115.64188.02112.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.27%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 222 (87.11% from 255) = 52.61%
R=22.27%
G=25.12%
B=52.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941062220.580.5200.13234.3865.9861.96
Hex5E6ADE3A340Dea423e
Octal136152336726401535210276
Binary101111011010101101111011101011010001101111010101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E6ADE; }

 p { color: rgb(94,106,222); }

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

<style>
 a { background-color: #5E6ADE; }

 a { background-color: rgb(94,106,222); }

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

<style>
 span { border-color: #5E6ADE; }

 span { border-color: rgb(94,106,222); }

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