Html Css Color HEX #5742AD Rich Blue

📋 copy color: '#5742AD'

red 87 ◦ green 66 ◦ blue 173

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

Shades of Rich Blue #5742AD

Tints of Rich Blue #5742AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.25%

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

R = 26.69%
G = 20.25%
B = 53.07%

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

#5742AD (or 0x5742AD) is known color: Rich Blue. HEX triplet: 57, 42 and AD. RGB value is (87,66,173). Sum of RGB (Red+Green+Blue) = 87+66+173=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #5742AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5742AD is #A8BD52. Grayscale: #545454. Windows color (decimal): -11058515 or 11354711. OLE color: 11354711.

HSL color Cylindrical-coordinate representation of color #5742AD: hue angle of 251.78º 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 #5742AD is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 66 173 -
CMYK 0.50 0.62 0 0.32
HSL 251.78º 0.45% 0.47% -
HSV(B) 251.78º 0.62% 0.68% -
XYZ 13.42 8.94 40.55 -
YUV 84.48 177.96 129.8 -
System Red Green Blue C M Y K H S L
Decimal 87 66 173 0.50 0.62 0 0.32 251.78 0.45 0.47
Hex 57 42 AD 32 3E 0 20 FC 2D 2F
Octal 127 102 255 62 76 0 40 374 55 57
Binary 1010111 1000010 10101101 110010 111110 0 100000 11111100 101101 101111

Color Harmonies of #5742AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5742AD

Black with #5742AD

Text Example


Text Example

White with #5742AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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