Html Css Color HEX #5752DC Slate Blue

📋 copy color: '#5752DC'

red 87 ◦ green 82 ◦ blue 220

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

Shades of Slate Blue #5752DC

Tints of Slate Blue #5752DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 22.37%
G = 21.08%
B = 56.56%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5752DC (or 0x5752DC) is known color: Slate Blue. HEX triplet: 57, 52 and DC. RGB value is (87,82,220). Sum of RGB (Red+Green+Blue) = 87+82+220=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #5752DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752DC is #A8AD23. Grayscale: #626262. Windows color (decimal): -11054372 or 14438999. OLE color: 14438999.

HSL color Cylindrical-coordinate representation of color #5752DC: hue angle of 242.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5752DC is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 82 220 -
CMYK 0.60 0.63 0 0.14
HSL 242.17º 0.66% 0.59% -
HSV(B) 242.17º 0.63% 0.86% -
XYZ 19.87 13.23 69.22 -
YUV 99.23 196.16 119.28 -
System Red Green Blue C M Y K H S L
Decimal 87 82 220 0.60 0.63 0 0.14 242.17 0.66 0.59
Hex 57 52 DC 3C 3F 0 E F2 42 3B
Octal 127 122 334 74 77 0 16 362 102 73
Binary 1010111 1010010 11011100 111100 111111 0 1110 11110010 1000010 111011

Color Harmonies of #5752DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5752DC

Black with #5752DC

Text Example


Text Example

White with #5752DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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