Html Css Color HEX #5752AD Rich Blue

📋 copy color: '#5752AD'

red 87 ◦ green 82 ◦ blue 173

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

Shades of Rich Blue #5752AD

Tints of Rich Blue #5752AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

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

R = 25.44%
G = 23.98%
B = 50.58%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5752AD (or 0x5752AD) is known color: Rich Blue. HEX triplet: 57, 52 and AD. RGB value is (87,82,173). Sum of RGB (Red+Green+Blue) = 87+82+173=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #5752AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5752AD is #A8AD52. Grayscale: #5D5D5D. Windows color (decimal): -11054419 or 11358807. OLE color: 11358807.

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

Color convert

RGB 87 82 173 -
CMYK 0.50 0.53 0 0.32
HSL 243.3º 0.36% 0.5% -
HSV(B) 243.3º 0.53% 0.68% -
XYZ 14.49 11.08 40.91 -
YUV 93.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 87 82 173 0.50 0.53 0 0.32 243.3 0.36 0.5
Hex 57 52 AD 32 35 0 20 F3 24 32
Octal 127 122 255 62 65 0 40 363 44 62
Binary 1010111 1010010 10101101 110010 110101 0 100000 11110011 100100 110010

Color Harmonies of #5752AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5752AD

Black with #5752AD

Text Example


Text Example

White with #5752AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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