Html Css Color HEX #5A51BA Rich Blue

📋 copy color: '#5A51BA'

red 90 ◦ green 81 ◦ blue 186

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

Shades of Rich Blue #5A51BA

Tints of Rich Blue #5A51BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 25.21%
G = 22.69%
B = 52.1%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A51BA (or 0x5A51BA) is known color: Rich Blue. HEX triplet: 5A, 51 and BA. RGB value is (90,81,186). Sum of RGB (Red+Green+Blue) = 90+81+186=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A51BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A51BA is #A5AE45. Grayscale: #5F5F5F. Windows color (decimal): -10858054 or 12210522. OLE color: 12210522.

HSL color Cylindrical-coordinate representation of color #5A51BA: hue angle of 245.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A51BA is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 81 186 -
CMYK 0.52 0.56 0 0.27
HSL 245.14º 0.43% 0.52% -
HSV(B) 245.14º 0.56% 0.73% -
XYZ 16.02 11.6 47.85 -
YUV 95.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 90 81 186 0.52 0.56 0 0.27 245.14 0.43 0.52
Hex 5A 51 BA 34 38 0 1B F5 2B 34
Octal 132 121 272 64 70 0 33 365 53 64
Binary 1011010 1010001 10111010 110100 111000 0 11011 11110101 101011 110100

Color Harmonies of #5A51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A51BA

Black with #5A51BA

Text Example


Text Example

White with #5A51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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