Html Css Color HEX #5A50AA Rich Blue

📋 copy color: '#5A50AA'

red 90 ◦ green 80 ◦ blue 170

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

Shades of Rich Blue #5A50AA

Tints of Rich Blue #5A50AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50%

R = 26.47%
G = 23.53%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A50AA (or 0x5A50AA) is known color: Rich Blue. HEX triplet: 5A, 50 and AA. RGB value is (90,80,170). Sum of RGB (Red+Green+Blue) = 90+80+170=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A50AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A50AA is #A5AF55. Grayscale: #5C5C5C. Windows color (decimal): -10858326 or 11161690. OLE color: 11161690.

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

Color convert

RGB 90 80 170 -
CMYK 0.47 0.53 0 0.33
HSL 246.67º 0.36% 0.49% -
HSV(B) 246.67º 0.53% 0.67% -
XYZ 14.34 10.81 39.36 -
YUV 93.25 171.31 125.68 -
System Red Green Blue C M Y K H S L
Decimal 90 80 170 0.47 0.53 0 0.33 246.67 0.36 0.49
Hex 5A 50 AA 2F 35 0 21 F7 24 31
Octal 132 120 252 57 65 0 41 367 44 61
Binary 1011010 1010000 10101010 101111 110101 0 100001 11110111 100100 110001

Color Harmonies of #5A50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A50AA

Black with #5A50AA

Text Example


Text Example

White with #5A50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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