Html Css Color HEX #5A51B5 Rich Blue

📋 copy color: '#5A51B5'

red 90 ◦ green 81 ◦ blue 181

#5A51B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5A51B5

Tints of Rich Blue #5A51B5

RGB

 RED value IS 90 (35.55% from 255) = 25.57%

 GREEN value IS 81 (32.03% from 255) = 23.01%

 BLUE value IS 181 (71.09% from 255) = 51.42%

R = 25.57%
G = 23.01%
B = 51.42%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5A51B5 (or 0x5A51B5) is known color: Rich Blue. HEX triplet: 5A, 51 and B5. RGB value is (90,81,181). Sum of RGB (Red+Green+Blue) = 90+81+181=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #5A51B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A51B5 is #A5AE4A. Grayscale: #5E5E5E. Windows color (decimal): -10858059 or 11882842. OLE color: 11882842.

HSL color Cylindrical-coordinate representation of color #5A51B5: hue angle of 245.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A51B5 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 81 181 -
CMYK 0.50 0.55 0 0.29
HSL 245.4º 0.4% 0.51% -
HSV(B) 245.4º 0.55% 0.71% -
XYZ 15.5 11.39 45.1 -
YUV 95.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 90 81 181 0.50 0.55 0 0.29 245.4 0.4 0.51
Hex 5A 51 B5 32 37 0 1D F5 28 33
Octal 132 121 265 62 67 0 35 365 50 63
Binary 1011010 1010001 10110101 110010 110111 0 11101 11110101 101000 110011

Color Harmonies of #5A51B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A51B5

Black with #5A51B5

Text Example


Text Example

White with #5A51B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,81,181); }

 H1.HeaderClassName
 {
   color: #5A51B5;
 }
 .AnyTagClassName
 {
   color: #5A51B5;
 }
</style>

background-color css

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

 a { background-color: rgb(90,81,181); }

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

border-color css

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

 span { border-color: rgb(90,81,181); }

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