Html Css Color HEX #5A50A9 Rich Blue

📋 copy color: '#5A50A9'

red 90 ◦ green 80 ◦ blue 169

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

Shades of Rich Blue #5A50A9

Tints of Rich Blue #5A50A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.85%

R = 26.55%
G = 23.6%
B = 49.85%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5A50A9 (or 0x5A50A9) is known color: Rich Blue. HEX triplet: 5A, 50 and A9. RGB value is (90,80,169). Sum of RGB (Red+Green+Blue) = 90+80+169=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #5A50A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A50A9 is #A5AF56. Grayscale: #5C5C5C. Windows color (decimal): -10858327 or 11096154. OLE color: 11096154.

HSL color Cylindrical-coordinate representation of color #5A50A9: hue angle of 246.74º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A50A9 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 80 169 -
CMYK 0.47 0.53 0 0.34
HSL 246.74º 0.36% 0.49% -
HSV(B) 246.74º 0.53% 0.66% -
XYZ 14.25 10.78 38.87 -
YUV 93.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 90 80 169 0.47 0.53 0 0.34 246.74 0.36 0.49
Hex 5A 50 A9 2F 35 0 22 F7 24 31
Octal 132 120 251 57 65 0 42 367 44 61
Binary 1011010 1010000 10101001 101111 110101 0 100010 11110111 100100 110001

Color Harmonies of #5A50A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A50A9

Black with #5A50A9

Text Example


Text Example

White with #5A50A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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