Html Css Color HEX #5A58AE Rich Blue

📋 copy color: '#5A58AE'

red 90 ◦ green 88 ◦ blue 174

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

Shades of Rich Blue #5A58AE

Tints of Rich Blue #5A58AE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 25.57%
G = 25%
B = 49.43%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A58AE (or 0x5A58AE) is known color: Rich Blue. HEX triplet: 5A, 58 and AE. RGB value is (90,88,174). Sum of RGB (Red+Green+Blue) = 90+88+174=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A58AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A58AE is #A5A751. Grayscale: #626262. Windows color (decimal): -10856274 or 11425882. OLE color: 11425882.

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

Color convert

RGB 90 88 174 -
CMYK 0.48 0.49 0 0.32
HSL 241.4º 0.35% 0.51% -
HSV(B) 241.4º 0.49% 0.68% -
XYZ 15.35 12.21 41.59 -
YUV 98.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 90 88 174 0.48 0.49 0 0.32 241.4 0.35 0.51
Hex 5A 58 AE 30 31 0 20 F1 23 33
Octal 132 130 256 60 61 0 40 361 43 63
Binary 1011010 1011000 10101110 110000 110001 0 100000 11110001 100011 110011

Color Harmonies of #5A58AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A58AE

Black with #5A58AE

Text Example


Text Example

White with #5A58AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,88,174); }

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

background-color css

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

 a { background-color: rgb(90,88,174); }

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

border-color css

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

 span { border-color: rgb(90,88,174); }

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