Html Css Color HEX #5A4BBD Rich Blue

📋 copy color: '#5A4BBD'

red 90 ◦ green 75 ◦ blue 189

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

Shades of Rich Blue #5A4BBD

Tints of Rich Blue #5A4BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.39%

R = 25.42%
G = 21.19%
B = 53.39%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A4BBD (or 0x5A4BBD) is known color: Rich Blue. HEX triplet: 5A, 4B and BD. RGB value is (90,75,189). Sum of RGB (Red+Green+Blue) = 90+75+189=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A4BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4BBD is #A5B442. Grayscale: #5C5C5C. Windows color (decimal): -10859587 or 12405594. OLE color: 12405594.

HSL color Cylindrical-coordinate representation of color #5A4BBD: hue angle of 247.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4BBD is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 75 189 -
CMYK 0.52 0.60 0 0.26
HSL 247.89º 0.46% 0.52% -
HSV(B) 247.89º 0.6% 0.74% -
XYZ 15.92 10.88 49.41 -
YUV 92.48 182.47 126.23 -
System Red Green Blue C M Y K H S L
Decimal 90 75 189 0.52 0.60 0 0.26 247.89 0.46 0.52
Hex 5A 4B BD 34 3C 0 1A F8 2E 34
Octal 132 113 275 64 74 0 32 370 56 64
Binary 1011010 1001011 10111101 110100 111100 0 11010 11111000 101110 110100

Color Harmonies of #5A4BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4BBD

Black with #5A4BBD

Text Example


Text Example

White with #5A4BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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