#5E5BA5

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

Shades of Rich Blue #5E5BA5

Tints of Rich Blue #5E5BA5

Color information

#5E5BA5 (or 0x5E5BA5) is unknown color: approx Rich Blue. HEX triplet: 5E, 5B and A5. RGB value is (94,91,165). Sum of RGB (Red+Green+Blue) = 94+91+165=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 165 - color contains mainly: blue. Hex color #5E5BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5BA5 is #A1A45A. Grayscale: #646464. Windows color (decimal): -10593371 or 10836830. OLE color: 10836830.

HSL color Cylindrical-coordinate representation of color #5E5BA5: hue angle of 242.43º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E5BA5 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9491165-
CMYK0.430.4500.35
HSL242.43º29.13%50.2%-
HSV(B)242.43º44.85%64.71%-
XYZ15.1512.5837.23-
YUV100.33164.49123.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.86%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 165 (64.84% from 255) = 47.14%
R=26.86%
G=26%
B=47.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94911650.430.4500.35242.4329.1350.2
Hex5E5BA52B2D023f21d32
Octal13613324553550433623562
Binary101111010110111010010110101110110101000111111001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,91,165); }

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

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

 a { background-color: rgb(94,91,165); }

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

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

 span { border-color: rgb(94,91,165); }

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