#5D519E

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

Shades of Rich Blue #5D519E

Tints of Rich Blue #5D519E

Color information

#5D519E (or 0x5D519E) is unknown color: approx Rich Blue. HEX triplet: 5D, 51 and 9E. RGB value is (93,81,158). Sum of RGB (Red+Green+Blue) = 93+81+158=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D519E is #A2AE61. Grayscale: #5D5D5D. Windows color (decimal): -10661474 or 10375517. OLE color: 10375517.

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

Color convert

RGB9381158-
CMYK0.410.4900.38
HSL249.35º32.22%46.86%-
HSV(B)249.35º48.73%61.96%-
XYZ13.6310.6833.69-
YUV93.37164.48127.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.01%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=28.01%
G=24.40%
B=47.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93811580.410.4900.38249.3532.2246.86
Hex5D519E2931026f9202f
Octal13512123651610463714057
Binary1011101101000110011110101001110001010011011111001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,81,158); }

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

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

 a { background-color: rgb(93,81,158); }

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

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

 span { border-color: rgb(93,81,158); }

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