Html Css Color HEX #5A57AD Rich Blue

📋 copy color: '#5A57AD'

red 90 ◦ green 87 ◦ blue 173

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

Shades of Rich Blue #5A57AD

Tints of Rich Blue #5A57AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 25.71%
G = 24.86%
B = 49.43%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A57AD (or 0x5A57AD) is known color: Rich Blue. HEX triplet: 5A, 57 and AD. RGB value is (90,87,173). Sum of RGB (Red+Green+Blue) = 90+87+173=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A57AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A57AD is #A5A852. Grayscale: #616161. Windows color (decimal): -10856531 or 11360090. OLE color: 11360090.

HSL color Cylindrical-coordinate representation of color #5A57AD: hue angle of 242.09º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A57AD is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 87 173 -
CMYK 0.48 0.50 0 0.32
HSL 242.09º 0.34% 0.51% -
HSV(B) 242.09º 0.5% 0.68% -
XYZ 15.17 12.01 41.05 -
YUV 97.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 90 87 173 0.48 0.50 0 0.32 242.09 0.34 0.51
Hex 5A 57 AD 30 32 0 20 F2 22 33
Octal 132 127 255 60 62 0 40 362 42 63
Binary 1011010 1010111 10101101 110000 110010 0 100000 11110010 100010 110011

Color Harmonies of #5A57AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A57AD

Black with #5A57AD

Text Example


Text Example

White with #5A57AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,87,173); }

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

background-color css

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

 a { background-color: rgb(90,87,173); }

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

border-color css

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

 span { border-color: rgb(90,87,173); }

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