#5E63AF

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

Shades of Rich Blue #5E63AF

Tints of Rich Blue #5E63AF

Color information

#5E63AF (or 0x5E63AF) is unknown color: approx Rich Blue. HEX triplet: 5E, 63 and AF. RGB value is (94,99,175). Sum of RGB (Red+Green+Blue) = 94+99+175=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E63AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E63AF is #A19C50. Grayscale: #696969. Windows color (decimal): -10591313 or 11494238. OLE color: 11494238.

HSL color Cylindrical-coordinate representation of color #5E63AF: hue angle of 236.3º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E63AF is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9499175-
CMYK0.460.4300.31
HSL236.3º33.61%52.75%-
HSV(B)236.3º46.29%68.63%-
XYZ16.8214.442.45-
YUV106.17166.84119.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.54%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=25.54%
G=26.90%
B=47.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94991750.460.4300.31236.333.6152.75
Hex5E63AF2E2B01Fec2235
Octal13614325756530373544265
Binary101111011000111010111110111010101101111111101100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E63AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,99,175); }

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

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

 a { background-color: rgb(94,99,175); }

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

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

 span { border-color: rgb(94,99,175); }

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