Html Css Color HEX #5752D8 Slate Blue

📋 copy color: '#5752D8'

red 87 ◦ green 82 ◦ blue 216

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

Shades of Slate Blue #5752D8

Tints of Slate Blue #5752D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.1%

R = 22.6%
G = 21.3%
B = 56.1%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5752D8 (or 0x5752D8) is known color: Slate Blue. HEX triplet: 57, 52 and D8. RGB value is (87,82,216). Sum of RGB (Red+Green+Blue) = 87+82+216=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 216 (84.77% from 255 or 56.10% from 385); Max value from RGB is 216 - color contains mainly: blue. Hex color #5752D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752D8 is #A8AD27. Grayscale: #626262. Windows color (decimal): -11054376 or 14176855. OLE color: 14176855.

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

Color convert

RGB 87 82 216 -
CMYK 0.60 0.62 0 0.15
HSL 242.24º 0.63% 0.58% -
HSV(B) 242.24º 0.62% 0.85% -
XYZ 19.34 13.02 66.46 -
YUV 98.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 87 82 216 0.60 0.62 0 0.15 242.24 0.63 0.58
Hex 57 52 D8 3C 3E 0 F F2 3F 3A
Octal 127 122 330 74 76 0 17 362 77 72
Binary 1010111 1010010 11011000 111100 111110 0 1111 11110010 111111 111010

Color Harmonies of #5752D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5752D8

Black with #5752D8

Text Example


Text Example

White with #5752D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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