Html Css Color HEX #5A4ABB Rich Blue

📋 copy color: '#5A4ABB'

red 90 ◦ green 74 ◦ blue 187

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

Shades of Rich Blue #5A4ABB

Tints of Rich Blue #5A4ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.08%

 BLUE value IS 187 (73.44% from 255) = 53.28%

R = 25.64%
G = 21.08%
B = 53.28%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A4ABB (or 0x5A4ABB) is known color: Rich Blue. HEX triplet: 5A, 4A and BB. RGB value is (90,74,187). Sum of RGB (Red+Green+Blue) = 90+74+187=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A4ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4ABB is #A5B544. Grayscale: #5B5B5B. Windows color (decimal): -10859845 or 12274266. OLE color: 12274266.

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

Color convert

RGB 90 74 187 -
CMYK 0.52 0.60 0 0.27
HSL 248.5º 0.45% 0.51% -
HSV(B) 248.5º 0.6% 0.73% -
XYZ 15.63 10.66 48.25 -
YUV 91.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 90 74 187 0.52 0.60 0 0.27 248.5 0.45 0.51
Hex 5A 4A BB 34 3C 0 1B F8 2D 33
Octal 132 112 273 64 74 0 33 370 55 63
Binary 1011010 1001010 10111011 110100 111100 0 11011 11111000 101101 110011

Color Harmonies of #5A4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4ABB

Black with #5A4ABB

Text Example


Text Example

White with #5A4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,74,187); }

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

background-color css

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

 a { background-color: rgb(90,74,187); }

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

border-color css

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

 span { border-color: rgb(90,74,187); }

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