#5752C5

Color #5752C5 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5752C5

Tints of Slate Blue #5752C5

Color information

#5752C5 (or 0x5752C5) is unknown color: approx Slate Blue. HEX triplet: 57, 52 and C5. RGB value is (87,82,197). Sum of RGB (Red+Green+Blue) = 87+82+197=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 197 (77.34% from 255 or 53.83% from 366); Max value from RGB is 197 - color contains mainly: blue. Hex color #5752C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752C5 is #A8AD3A. Grayscale: #606060. Windows color (decimal): -11054395 or 12931671. OLE color: 12931671.

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

Color convert

RGB8782197-
CMYK0.560.5800.23
HSL242.61º49.78%54.71%-
HSV(B)242.61º58.38%77.25%-
XYZ17.0312.0954.26-
YUV96.6184.66121.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 197 (77.34% from 255) = 53.83%
R=23.77%
G=22.40%
B=53.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal87821970.560.5800.23242.6149.7854.71
Hex5752C5383A017f33237
Octal12712230570720273636267
Binary101011110100101100010111100011101001011111110011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5752C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5752C5;
 }
 .AnyTagClassName
 {
   color: #5752C5;
 }
</style>
background-color css

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

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

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

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

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

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