Html Css Color HEX #5752C1 Rich Blue

📋 copy color: '#5752C1'

red 87 ◦ green 82 ◦ blue 193

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

Shades of Rich Blue #5752C1

Tints of Rich Blue #5752C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 53.31%

R = 24.03%
G = 22.65%
B = 53.31%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5752C1 (or 0x5752C1) is known color: Rich Blue. HEX triplet: 57, 52 and C1. RGB value is (87,82,193). Sum of RGB (Red+Green+Blue) = 87+82+193=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #5752C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752C1 is #A8AD3E. Grayscale: #5F5F5F. Windows color (decimal): -11054399 or 12669527. OLE color: 12669527.

HSL color Cylindrical-coordinate representation of color #5752C1: hue angle of 242.7º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5752C1 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 82 193 -
CMYK 0.55 0.58 0 0.24
HSL 242.7º 0.47% 0.54% -
HSV(B) 242.7º 0.58% 0.76% -
XYZ 16.57 11.91 51.88 -
YUV 96.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 87 82 193 0.55 0.58 0 0.24 242.7 0.47 0.54
Hex 57 52 C1 37 3A 0 18 F3 2F 36
Octal 127 122 301 67 72 0 30 363 57 66
Binary 1010111 1010010 11000001 110111 111010 0 11000 11110011 101111 110110

Color Harmonies of #5752C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5752C1

Black with #5752C1

Text Example


Text Example

White with #5752C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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