Html Css Color HEX #5740AD Rich Blue

📋 copy color: '#5740AD'

red 87 ◦ green 64 ◦ blue 173

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

Shades of Rich Blue #5740AD

Tints of Rich Blue #5740AD

RGB

 RED value IS 87 (34.38% from 255) = 26.85%

 GREEN value IS 64 (25.39% from 255) = 19.75%

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

R = 26.85%
G = 19.75%
B = 53.4%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5740AD (or 0x5740AD) is known color: Rich Blue. HEX triplet: 57, 40 and AD. RGB value is (87,64,173). Sum of RGB (Red+Green+Blue) = 87+64+173=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #5740AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5740AD is #A8BF52. Grayscale: #525252. Windows color (decimal): -11059027 or 11354199. OLE color: 11354199.

HSL color Cylindrical-coordinate representation of color #5740AD: hue angle of 252.66º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5740AD is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 64 173 -
CMYK 0.50 0.63 0 0.32
HSL 252.66º 0.46% 0.46% -
HSV(B) 252.66º 0.63% 0.68% -
XYZ 13.31 8.71 40.52 -
YUV 83.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 87 64 173 0.50 0.63 0 0.32 252.66 0.46 0.46
Hex 57 40 AD 32 3F 0 20 FD 2E 2E
Octal 127 100 255 62 77 0 40 375 56 56
Binary 1010111 1000000 10101101 110010 111111 0 100000 11111101 101110 101110

Color Harmonies of #5740AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5740AD

Black with #5740AD

Text Example


Text Example

White with #5740AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5740AD; }

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

 H1.HeaderClassName
 {
   color: #5740AD;
 }
 .AnyTagClassName
 {
   color: #5740AD;
 }
</style>

background-color css

<style>
 a { background-color: #5740AD; }

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

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

border-color css

<style>
 span { border-color: #5740AD; }

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

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