Html Css Color HEX #5752CD Slate Blue

📋 copy color: '#5752CD'

red 87 ◦ green 82 ◦ blue 205

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

Shades of Slate Blue #5752CD

Tints of Slate Blue #5752CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 23.26%
G = 21.93%
B = 54.81%

CMYK

 C value IS 0.58

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5752CD (or 0x5752CD) is known color: Slate Blue. HEX triplet: 57, 52 and CD. RGB value is (87,82,205). Sum of RGB (Red+Green+Blue) = 87+82+205=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #5752CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752CD is #A8AD32. Grayscale: #616161. Windows color (decimal): -11054387 or 13455959. OLE color: 13455959.

HSL color Cylindrical-coordinate representation of color #5752CD: hue angle of 242.44º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5752CD is Cyan = 0.58, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 82 205 -
CMYK 0.58 0.6 0 0.20
HSL 242.44º 0.55% 0.56% -
HSV(B) 242.44º 0.6% 0.8% -
XYZ 17.97 12.47 59.22 -
YUV 97.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 87 82 205 0.58 0.6 0 0.20 242.44 0.55 0.56
Hex 57 52 CD 3A 3C 0 14 F2 37 38
Octal 127 122 315 72 74 0 24 362 67 70
Binary 1010111 1010010 11001101 111010 111100 0 10100 11110010 110111 111000

Color Harmonies of #5752CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5752CD

Black with #5752CD

Text Example


Text Example

White with #5752CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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