Html Css Color HEX #5A49BC Rich Blue

📋 copy color: '#5A49BC'

red 90 ◦ green 73 ◦ blue 188

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

Shades of Rich Blue #5A49BC

Tints of Rich Blue #5A49BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 25.64%
G = 20.8%
B = 53.56%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A49BC (or 0x5A49BC) is known color: Rich Blue. HEX triplet: 5A, 49 and BC. RGB value is (90,73,188). Sum of RGB (Red+Green+Blue) = 90+73+188=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A49BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A49BC is #A5B643. Grayscale: #5A5A5A. Windows color (decimal): -10860100 or 12339546. OLE color: 12339546.

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

Color convert

RGB 90 73 188 -
CMYK 0.52 0.61 0 0.26
HSL 248.87º 0.46% 0.51% -
HSV(B) 248.87º 0.61% 0.74% -
XYZ 15.68 10.57 48.79 -
YUV 91.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 90 73 188 0.52 0.61 0 0.26 248.87 0.46 0.51
Hex 5A 49 BC 34 3D 0 1A F9 2E 33
Octal 132 111 274 64 75 0 32 371 56 63
Binary 1011010 1001001 10111100 110100 111101 0 11010 11111001 101110 110011

Color Harmonies of #5A49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A49BC

Black with #5A49BC

Text Example


Text Example

White with #5A49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,73,188); }

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

background-color css

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

 a { background-color: rgb(90,73,188); }

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

border-color css

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

 span { border-color: rgb(90,73,188); }

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