Html Css Color HEX #5A50B5 Rich Blue

📋 copy color: '#5A50B5'

red 90 ◦ green 80 ◦ blue 181

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

Shades of Rich Blue #5A50B5

Tints of Rich Blue #5A50B5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

 BLUE value IS 181 (71.09% from 255) = 51.57%

R = 25.64%
G = 22.79%
B = 51.57%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5A50B5 (or 0x5A50B5) is known color: Rich Blue. HEX triplet: 5A, 50 and B5. RGB value is (90,80,181). Sum of RGB (Red+Green+Blue) = 90+80+181=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #5A50B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A50B5 is #A5AF4A. Grayscale: #5E5E5E. Windows color (decimal): -10858315 or 11882586. OLE color: 11882586.

HSL color Cylindrical-coordinate representation of color #5A50B5: hue angle of 245.94º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A50B5 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 80 181 -
CMYK 0.50 0.56 0 0.29
HSL 245.94º 0.41% 0.51% -
HSV(B) 245.94º 0.56% 0.71% -
XYZ 15.43 11.25 45.07 -
YUV 94.5 176.81 124.79 -
System Red Green Blue C M Y K H S L
Decimal 90 80 181 0.50 0.56 0 0.29 245.94 0.41 0.51
Hex 5A 50 B5 32 38 0 1D F6 29 33
Octal 132 120 265 62 70 0 35 366 51 63
Binary 1011010 1010000 10110101 110010 111000 0 11101 11110110 101001 110011

Color Harmonies of #5A50B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A50B5

Black with #5A50B5

Text Example


Text Example

White with #5A50B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,80,181); }

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

background-color css

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

 a { background-color: rgb(90,80,181); }

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

border-color css

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

 span { border-color: rgb(90,80,181); }

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