Html Css Color HEX #5750CC Slate Blue

📋 copy color: '#5750CC'

red 87 ◦ green 80 ◦ blue 204

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

Shades of Slate Blue #5750CC

Tints of Slate Blue #5750CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 23.45%
G = 21.56%
B = 54.99%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5750CC (or 0x5750CC) is known color: Slate Blue. HEX triplet: 57, 50 and CC. RGB value is (87,80,204). Sum of RGB (Red+Green+Blue) = 87+80+204=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #5750CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750CC is #A8AF33. Grayscale: #5F5F5F. Windows color (decimal): -11054900 or 13389911. OLE color: 13389911.

HSL color Cylindrical-coordinate representation of color #5750CC: hue angle of 243.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5750CC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 80 204 -
CMYK 0.57 0.61 0 0.2
HSL 243.39º 0.55% 0.56% -
HSV(B) 243.39º 0.61% 0.8% -
XYZ 17.7 12.12 58.53 -
YUV 96.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 87 80 204 0.57 0.61 0 0.2 243.39 0.55 0.56
Hex 57 50 CC 39 3D 0 14 F3 37 38
Octal 127 120 314 71 75 0 24 363 67 70
Binary 1010111 1010000 11001100 111001 111101 0 10100 11110011 110111 111000

Color Harmonies of #5750CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750CC

Black with #5750CC

Text Example


Text Example

White with #5750CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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