Html Css Color HEX #5755AD Rich Blue

📋 copy color: '#5755AD'

red 87 ◦ green 85 ◦ blue 173

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

Shades of Rich Blue #5755AD

Tints of Rich Blue #5755AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

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

R = 25.22%
G = 24.64%
B = 50.14%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5755AD (or 0x5755AD) is known color: Rich Blue. HEX triplet: 57, 55 and AD. RGB value is (87,85,173). Sum of RGB (Red+Green+Blue) = 87+85+173=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #5755AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5755AD is #A8AA52. Grayscale: #5F5F5F. Windows color (decimal): -11053651 or 11359575. OLE color: 11359575.

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

Color convert

RGB 87 85 173 -
CMYK 0.50 0.51 0 0.32
HSL 241.36º 0.35% 0.51% -
HSV(B) 241.36º 0.51% 0.68% -
XYZ 14.72 11.54 40.99 -
YUV 95.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 87 85 173 0.50 0.51 0 0.32 241.36 0.35 0.51
Hex 57 55 AD 32 33 0 20 F1 23 33
Octal 127 125 255 62 63 0 40 361 43 63
Binary 1010111 1010101 10101101 110010 110011 0 100000 11110001 100011 110011

Color Harmonies of #5755AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5755AD

Black with #5755AD

Text Example


Text Example

White with #5755AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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