Html Css Color HEX #5752D7 Slate Blue

📋 copy color: '#5752D7'

red 87 ◦ green 82 ◦ blue 215

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

Shades of Slate Blue #5752D7

Tints of Slate Blue #5752D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.99%

R = 22.66%
G = 21.35%
B = 55.99%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5752D7 (or 0x5752D7) is known color: Slate Blue. HEX triplet: 57, 52 and D7. RGB value is (87,82,215). Sum of RGB (Red+Green+Blue) = 87+82+215=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #5752D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752D7 is #A8AD28. Grayscale: #626262. Windows color (decimal): -11054377 or 14111319. OLE color: 14111319.

HSL color Cylindrical-coordinate representation of color #5752D7: hue angle of 242.26º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5752D7 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 82 215 -
CMYK 0.60 0.62 0 0.16
HSL 242.26º 0.62% 0.58% -
HSV(B) 242.26º 0.62% 0.84% -
XYZ 19.21 12.97 65.78 -
YUV 98.66 193.66 119.69 -
System Red Green Blue C M Y K H S L
Decimal 87 82 215 0.60 0.62 0 0.16 242.26 0.62 0.58
Hex 57 52 D7 3C 3E 0 10 F2 3E 3A
Octal 127 122 327 74 76 0 20 362 76 72
Binary 1010111 1010010 11010111 111100 111110 0 10000 11110010 111110 111010

Color Harmonies of #5752D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5752D7

Black with #5752D7

Text Example


Text Example

White with #5752D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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