#5E629D

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

Shades of Rich Blue #5E629D

Tints of Rich Blue #5E629D

Color information

#5E629D (or 0x5E629D) is unknown color: approx Rich Blue. HEX triplet: 5E, 62 and 9D. RGB value is (94,98,157). Sum of RGB (Red+Green+Blue) = 94+98+157=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E629D is #A19D62. Grayscale: #676767. Windows color (decimal): -10591587 or 10314334. OLE color: 10314334.

HSL color Cylindrical-coordinate representation of color #5E629D: hue angle of 236.19º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E629D is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9498157-
CMYK0.400.3800.38
HSL236.19º25.1%49.22%-
HSV(B)236.19º40.13%61.57%-
XYZ15.0713.5533.72-
YUV103.53158.17121.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=26.93%
G=28.08%
B=44.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94981570.400.3800.38236.1925.149.22
Hex5E629D2826026ec1931
Octal13614223550460463543161
Binary101111011000101001110110100010011001001101110110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,98,157); }

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

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

 a { background-color: rgb(94,98,157); }

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

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

 span { border-color: rgb(94,98,157); }

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