Html Css Color HEX #5741AC Rich Blue

📋 copy color: '#5741AC'

red 87 ◦ green 65 ◦ blue 172

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

Shades of Rich Blue #5741AC

Tints of Rich Blue #5741AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.09%

R = 26.85%
G = 20.06%
B = 53.09%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5741AC (or 0x5741AC) is known color: Rich Blue. HEX triplet: 57, 41 and AC. RGB value is (87,65,172). Sum of RGB (Red+Green+Blue) = 87+65+172=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #5741AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5741AC is #A8BE53. Grayscale: #535353. Windows color (decimal): -11058772 or 11288919. OLE color: 11288919.

HSL color Cylindrical-coordinate representation of color #5741AC: hue angle of 252.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5741AC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 65 172 -
CMYK 0.49 0.62 0 0.33
HSL 252.34º 0.45% 0.46% -
HSV(B) 252.34º 0.62% 0.67% -
XYZ 13.27 8.79 40.03 -
YUV 83.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 87 65 172 0.49 0.62 0 0.33 252.34 0.45 0.46
Hex 57 41 AC 31 3E 0 21 FC 2D 2E
Octal 127 101 254 61 76 0 41 374 55 56
Binary 1010111 1000001 10101100 110001 111110 0 100001 11111100 101101 101110

Color Harmonies of #5741AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5741AC

Black with #5741AC

Text Example


Text Example

White with #5741AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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