#5D4FB1

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

Shades of Rich Blue #5D4FB1

Tints of Rich Blue #5D4FB1

Color information

#5D4FB1 (or 0x5D4FB1) is unknown color: approx Rich Blue. HEX triplet: 5D, 4F and B1. RGB value is (93,79,177). Sum of RGB (Red+Green+Blue) = 93+79+177=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #5D4FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4FB1 is #A2B04E. Grayscale: #5D5D5D. Windows color (decimal): -10661967 or 11620189. OLE color: 11620189.

HSL color Cylindrical-coordinate representation of color #5D4FB1: hue angle of 248.57º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D4FB1 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9379177-
CMYK0.470.5500.31
HSL248.57º38.58%50.2%-
HSV(B)248.57º55.37%69.41%-
XYZ15.2511.0942.93-
YUV94.36174.64127.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.65%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=26.65%
G=22.64%
B=50.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93791770.470.5500.31248.5738.5850.2
Hex5D4FB12F3701Ff92732
Octal13511726157670373714762
Binary101110110011111011000110111111011101111111111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,79,177); }

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

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

 a { background-color: rgb(93,79,177); }

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

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

 span { border-color: rgb(93,79,177); }

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