Html Css Color HEX #5741AD Rich Blue

📋 copy color: '#5741AD'

red 87 ◦ green 65 ◦ blue 173

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

Shades of Rich Blue #5741AD

Tints of Rich Blue #5741AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 26.77%
G = 20%
B = 53.23%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5741AD (or 0x5741AD) is known color: Rich Blue. HEX triplet: 57, 41 and AD. RGB value is (87,65,173). Sum of RGB (Red+Green+Blue) = 87+65+173=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #5741AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5741AD is #A8BE52. Grayscale: #535353. Windows color (decimal): -11058771 or 11354455. OLE color: 11354455.

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

Color convert

RGB 87 65 173 -
CMYK 0.50 0.62 0 0.32
HSL 252.22º 0.45% 0.47% -
HSV(B) 252.22º 0.62% 0.68% -
XYZ 13.36 8.82 40.53 -
YUV 83.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 87 65 173 0.50 0.62 0 0.32 252.22 0.45 0.47
Hex 57 41 AD 32 3E 0 20 FC 2D 2F
Octal 127 101 255 62 76 0 40 374 55 57
Binary 1010111 1000001 10101101 110010 111110 0 100000 11111100 101101 101111

Color Harmonies of #5741AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5741AD

Black with #5741AD

Text Example


Text Example

White with #5741AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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