Html Css Color HEX #5750CE Slate Blue

📋 copy color: '#5750CE'

red 87 ◦ green 80 ◦ blue 206

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

Shades of Slate Blue #5750CE

Tints of Slate Blue #5750CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 23.32%
G = 21.45%
B = 55.23%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5750CE (or 0x5750CE) is known color: Slate Blue. HEX triplet: 57, 50 and CE. RGB value is (87,80,206). Sum of RGB (Red+Green+Blue) = 87+80+206=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5750CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750CE is #A8AF31. Grayscale: #5F5F5F. Windows color (decimal): -11054898 or 13520983. OLE color: 13520983.

HSL color Cylindrical-coordinate representation of color #5750CE: hue angle of 243.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5750CE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 80 206 -
CMYK 0.58 0.61 0 0.19
HSL 243.33º 0.56% 0.56% -
HSV(B) 243.33º 0.61% 0.81% -
XYZ 17.94 12.22 59.81 -
YUV 96.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 87 80 206 0.58 0.61 0 0.19 243.33 0.56 0.56
Hex 57 50 CE 3A 3D 0 13 F3 38 38
Octal 127 120 316 72 75 0 23 363 70 70
Binary 1010111 1010000 11001110 111010 111101 0 10011 11110011 111000 111000

Color Harmonies of #5750CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750CE

Black with #5750CE

Text Example


Text Example

White with #5750CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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