Html Css Color HEX #5A4BBA Rich Blue

📋 copy color: '#5A4BBA'

red 90 ◦ green 75 ◦ blue 186

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

Shades of Rich Blue #5A4BBA

Tints of Rich Blue #5A4BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.37%

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

R = 25.64%
G = 21.37%
B = 52.99%

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

#5A4BBA (or 0x5A4BBA) is known color: Rich Blue. HEX triplet: 5A, 4B and BA. RGB value is (90,75,186). Sum of RGB (Red+Green+Blue) = 90+75+186=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4BBA is #A5B445. Grayscale: #5B5B5B. Windows color (decimal): -10859590 or 12208986. OLE color: 12208986.

HSL color Cylindrical-coordinate representation of color #5A4BBA: hue angle of 248.11º 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 #5A4BBA is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 75 186 -
CMYK 0.52 0.60 0 0.27
HSL 248.11º 0.45% 0.51% -
HSV(B) 248.11º 0.6% 0.73% -
XYZ 15.6 10.75 47.71 -
YUV 92.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 90 75 186 0.52 0.60 0 0.27 248.11 0.45 0.51
Hex 5A 4B BA 34 3C 0 1B F8 2D 33
Octal 132 113 272 64 74 0 33 370 55 63
Binary 1011010 1001011 10111010 110100 111100 0 11011 11111000 101101 110011

Color Harmonies of #5A4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4BBA

Black with #5A4BBA

Text Example


Text Example

White with #5A4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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