Html Css Color HEX #5750C9 Slate Blue

📋 copy color: '#5750C9'

red 87 ◦ green 80 ◦ blue 201

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

Shades of Slate Blue #5750C9

Tints of Slate Blue #5750C9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

 BLUE value IS 201 (78.91% from 255) = 54.62%

R = 23.64%
G = 21.74%
B = 54.62%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5750C9 (or 0x5750C9) is known color: Slate Blue. HEX triplet: 57, 50 and C9. RGB value is (87,80,201). Sum of RGB (Red+Green+Blue) = 87+80+201=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 201 (78.91% from 255 or 54.62% from 368); Max value from RGB is 201 - color contains mainly: blue. Hex color #5750C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750C9 is #A8AF36. Grayscale: #5F5F5F. Windows color (decimal): -11054903 or 13193303. OLE color: 13193303.

HSL color Cylindrical-coordinate representation of color #5750C9: hue angle of 243.47º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5750C9 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 80 201 -
CMYK 0.57 0.60 0 0.21
HSL 243.47º 0.53% 0.55% -
HSV(B) 243.47º 0.6% 0.79% -
XYZ 17.34 11.98 56.66 -
YUV 95.89 187.32 121.66 -
System Red Green Blue C M Y K H S L
Decimal 87 80 201 0.57 0.60 0 0.21 243.47 0.53 0.55
Hex 57 50 C9 39 3C 0 15 F3 35 37
Octal 127 120 311 71 74 0 25 363 65 67
Binary 1010111 1010000 11001001 111001 111100 0 10101 11110011 110101 110111

Color Harmonies of #5750C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750C9

Black with #5750C9

Text Example


Text Example

White with #5750C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5750C9; }

 p { color: rgb(87,80,201); }

 H1.HeaderClassName
 {
   color: #5750C9;
 }
 .AnyTagClassName
 {
   color: #5750C9;
 }
</style>

background-color css

<style>
 a { background-color: #5750C9; }

 a { background-color: rgb(87,80,201); }

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

border-color css

<style>
 span { border-color: #5750C9; }

 span { border-color: rgb(87,80,201); }

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