#5e61ab

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

Shades of Rich Blue #5E61AB

Tints of Rich Blue #5E61AB

Color information

#5E61AB (or 0x5E61AB) is unknown color: approx Rich Blue. HEX triplet: 5E, 61 and AB. RGB value is (94,97,171). Sum of RGB (Red+Green+Blue) = 94+97+171=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E61AB is #A19E54. Grayscale: #686868. Windows color (decimal): -10591829 or 11231582. OLE color: 11231582.

HSL color Cylindrical-coordinate representation of color #5E61AB: hue angle of 237.66º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E61AB is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9497171-
CMYK0.450.4300.33
HSL237.66º31.43%51.96%-
HSV(B)237.66º45.03%67.06%-
XYZ16.2413.8740.35-
YUV104.54165.51120.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.97%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=25.97%
G=26.80%
B=47.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94971710.450.4300.33237.6631.4351.96
Hex5E61AB2D2B021ee1f34
Octal13614125355530413563764
Binary101111011000011010101110110110101101000011110111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e61ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,97,171); }

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

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

 a { background-color: rgb(94,97,171); }

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

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

 span { border-color: rgb(94,97,171); }

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