#5E5DAA

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

Shades of Rich Blue #5E5DAA

Tints of Rich Blue #5E5DAA

Color information

#5E5DAA (or 0x5E5DAA) is unknown color: approx Rich Blue. HEX triplet: 5E, 5D and AA. RGB value is (94,93,170). Sum of RGB (Red+Green+Blue) = 94+93+170=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E5DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5DAA is #A1A255. Grayscale: #656565. Windows color (decimal): -10592854 or 11165022. OLE color: 11165022.

HSL color Cylindrical-coordinate representation of color #5E5DAA: hue angle of 240.78º 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 #5E5DAA is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9493170-
CMYK0.450.4500.33
HSL240.78º31.17%51.57%-
HSV(B)240.78º45.29%66.67%-
XYZ15.7913.1139.73-
YUV102.08166.33122.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.33%
GREEN value IS 93 (36.72% from 255) = 26.05%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=26.33%
G=26.05%
B=47.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94931700.450.4500.33240.7831.1751.57
Hex5E5DAA2D2D021f11f34
Octal13613525255550413613764
Binary101111010111011010101010110110110101000011111000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,93,170); }

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

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

 a { background-color: rgb(94,93,170); }

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

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

 span { border-color: rgb(94,93,170); }

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