#5E63A4

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

Shades of Rich Blue #5E63A4

Tints of Rich Blue #5E63A4

Color information

#5E63A4 (or 0x5E63A4) is unknown color: approx Rich Blue. HEX triplet: 5E, 63 and A4. RGB value is (94,99,164). Sum of RGB (Red+Green+Blue) = 94+99+164=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E63A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E63A4 is #A19C5B. Grayscale: #686868. Windows color (decimal): -10591324 or 10773342. OLE color: 10773342.

HSL color Cylindrical-coordinate representation of color #5E63A4: hue angle of 235.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E63A4 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9499164-
CMYK0.430.4000.36
HSL235.71º27.78%50.59%-
HSV(B)235.71º42.68%64.31%-
XYZ15.7813.9836.99-
YUV104.92161.34120.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.33%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 164 (64.45% from 255) = 45.94%
R=26.33%
G=27.73%
B=45.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94991640.430.4000.36235.7127.7850.59
Hex5E63A42B28024ec1c33
Octal13614324453500443543463
Binary101111011000111010010010101110100001001001110110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E63A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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