Html Css Color HEX #5A4EBA Rich Blue

📋 copy color: '#5A4EBA'

red 90 ◦ green 78 ◦ blue 186

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

Shades of Rich Blue #5A4EBA

Tints of Rich Blue #5A4EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.03%

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

R = 25.42%
G = 22.03%
B = 52.54%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A4EBA (or 0x5A4EBA) is known color: Rich Blue. HEX triplet: 5A, 4E and BA. RGB value is (90,78,186). Sum of RGB (Red+Green+Blue) = 90+78+186=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A4EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EBA is #A5B145. Grayscale: #5D5D5D. Windows color (decimal): -10858822 or 12209754. OLE color: 12209754.

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

Color convert

RGB 90 78 186 -
CMYK 0.52 0.58 0 0.27
HSL 246.67º 0.44% 0.52% -
HSV(B) 246.67º 0.58% 0.73% -
XYZ 15.8 11.17 47.78 -
YUV 93.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 90 78 186 0.52 0.58 0 0.27 246.67 0.44 0.52
Hex 5A 4E BA 34 3A 0 1B F7 2C 34
Octal 132 116 272 64 72 0 33 367 54 64
Binary 1011010 1001110 10111010 110100 111010 0 11011 11110111 101100 110100

Color Harmonies of #5A4EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4EBA

Black with #5A4EBA

Text Example


Text Example

White with #5A4EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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