Html Css Color HEX #5A4CBA Rich Blue

📋 copy color: '#5A4CBA'

red 90 ◦ green 76 ◦ blue 186

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

Shades of Rich Blue #5A4CBA

Tints of Rich Blue #5A4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

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

R = 25.57%
G = 21.59%
B = 52.84%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A4CBA (or 0x5A4CBA) is known color: Rich Blue. HEX triplet: 5A, 4C and BA. RGB value is (90,76,186). Sum of RGB (Red+Green+Blue) = 90+76+186=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4CBA is #A5B345. Grayscale: #5C5C5C. Windows color (decimal): -10859334 or 12209242. OLE color: 12209242.

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

Color convert

RGB 90 76 186 -
CMYK 0.52 0.59 0 0.27
HSL 247.64º 0.44% 0.51% -
HSV(B) 247.64º 0.59% 0.73% -
XYZ 15.66 10.89 47.73 -
YUV 92.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 90 76 186 0.52 0.59 0 0.27 247.64 0.44 0.51
Hex 5A 4C BA 34 3B 0 1B F8 2C 33
Octal 132 114 272 64 73 0 33 370 54 63
Binary 1011010 1001100 10111010 110100 111011 0 11011 11111000 101100 110011

Color Harmonies of #5A4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4CBA

Black with #5A4CBA

Text Example


Text Example

White with #5A4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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