#5D4BA2

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

Shades of Rich Blue #5D4BA2

Tints of Rich Blue #5D4BA2

Color information

#5D4BA2 (or 0x5D4BA2) is unknown color: approx Rich Blue. HEX triplet: 5D, 4B and A2. RGB value is (93,75,162). Sum of RGB (Red+Green+Blue) = 93+75+162=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #5D4BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4BA2 is #A2B45D. Grayscale: #595959. Windows color (decimal): -10663006 or 10636125. OLE color: 10636125.

HSL color Cylindrical-coordinate representation of color #5D4BA2: hue angle of 252.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D4BA2 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9375162-
CMYK0.430.5400.36
HSL252.41º36.71%46.47%-
HSV(B)252.41º53.7%63.53%-
XYZ13.559.9735.39-
YUV90.3168.46129.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.18%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=28.18%
G=22.73%
B=49.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93751620.430.5400.36252.4136.7146.47
Hex5D4BA22B36024fc252e
Octal13511324253660443744556
Binary1011101100101110100010101011110110010010011111100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,75,162); }

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

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

 a { background-color: rgb(93,75,162); }

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

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

 span { border-color: rgb(93,75,162); }

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