Html Css Color HEX #5A5AAE Rich Blue

📋 copy color: '#5A5AAE'

red 90 ◦ green 90 ◦ blue 174

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

Shades of Rich Blue #5A5AAE

Tints of Rich Blue #5A5AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

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

R = 25.42%
G = 25.42%
B = 49.15%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A5AAE (or 0x5A5AAE) is known color: Rich Blue. HEX triplet: 5A, 5A and AE. RGB value is (90,90,174). Sum of RGB (Red+Green+Blue) = 90+90+174=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5AAE is #A5A551. Grayscale: #636363. Windows color (decimal): -10855762 or 11426394. OLE color: 11426394.

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

Color convert

RGB 90 90 174 -
CMYK 0.48 0.48 0 0.32
HSL 240º 0.34% 0.52% -
HSV(B) 240º 0.48% 0.68% -
XYZ 15.51 12.54 41.65 -
YUV 99.58 170 121.17 -
System Red Green Blue C M Y K H S L
Decimal 90 90 174 0.48 0.48 0 0.32 240 0.34 0.52
Hex 5A 5A AE 30 30 0 20 F0 22 34
Octal 132 132 256 60 60 0 40 360 42 64
Binary 1011010 1011010 10101110 110000 110000 0 100000 11110000 100010 110100

Color Harmonies of #5A5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5AAE

Black with #5A5AAE

Text Example


Text Example

White with #5A5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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