#5750CC

Color #5750CC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5750CC

Tints of Slate Blue #5750CC

Color information

#5750CC (or 0x5750CC) is unknown color: approx 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

RGB8780204-
CMYK0.570.6100.2
HSL243.39º54.87%55.69%-
HSV(B)243.39º60.78%80%-
XYZ17.712.1258.53-
YUV96.23188.82121.42-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal87802040.570.6100.2243.3954.8755.69
Hex5750CC393D014f33738
Octal12712031471750243636770
Binary101011110100001100110011100111110101010011110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5750CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>