Html Css Color HEX #5752D0 Slate Blue

📋 copy color: '#5752D0'

red 87 ◦ green 82 ◦ blue 208

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

Shades of Slate Blue #5752D0

Tints of Slate Blue #5752D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.17%

R = 23.08%
G = 21.75%
B = 55.17%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5752D0 (or 0x5752D0) is known color: Slate Blue. HEX triplet: 57, 52 and D0. RGB value is (87,82,208). Sum of RGB (Red+Green+Blue) = 87+82+208=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #5752D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752D0 is #A8AD2F. Grayscale: #616161. Windows color (decimal): -11054384 or 13652567. OLE color: 13652567.

HSL color Cylindrical-coordinate representation of color #5752D0: hue angle of 242.38º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5752D0 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 82 208 -
CMYK 0.58 0.61 0 0.18
HSL 242.38º 0.57% 0.57% -
HSV(B) 242.38º 0.61% 0.82% -
XYZ 18.33 12.61 61.14 -
YUV 97.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 87 82 208 0.58 0.61 0 0.18 242.38 0.57 0.57
Hex 57 52 D0 3A 3D 0 12 F2 39 39
Octal 127 122 320 72 75 0 22 362 71 71
Binary 1010111 1010010 11010000 111010 111101 0 10010 11110010 111001 111001

Color Harmonies of #5752D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5752D0

Black with #5752D0

Text Example


Text Example

White with #5752D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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