Html Css Color HEX #5A60AD Rich Blue

📋 copy color: '#5A60AD'

red 90 ◦ green 96 ◦ blue 173

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

Shades of Rich Blue #5A60AD

Tints of Rich Blue #5A60AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 25.07%
G = 26.74%
B = 48.19%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A60AD (or 0x5A60AD) is known color: Rich Blue. HEX triplet: 5A, 60 and AD. RGB value is (90,96,173). Sum of RGB (Red+Green+Blue) = 90+96+173=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A60AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A60AD is #A59F52. Grayscale: #666666. Windows color (decimal): -10854227 or 11362394. OLE color: 11362394.

HSL color Cylindrical-coordinate representation of color #5A60AD: hue angle of 235.66º 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 #5A60AD is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 96 173 -
CMYK 0.48 0.45 0 0.32
HSL 235.66º 0.34% 0.52% -
HSV(B) 235.66º 0.48% 0.68% -
XYZ 15.94 13.56 41.31 -
YUV 102.98 167.51 118.74 -
System Red Green Blue C M Y K H S L
Decimal 90 96 173 0.48 0.45 0 0.32 235.66 0.34 0.52
Hex 5A 60 AD 30 2D 0 20 EC 22 34
Octal 132 140 255 60 55 0 40 354 42 64
Binary 1011010 1100000 10101101 110000 101101 0 100000 11101100 100010 110100

Color Harmonies of #5A60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A60AD

Black with #5A60AD

Text Example


Text Example

White with #5A60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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