#5751CE

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

Shades of Slate Blue #5751CE

Tints of Slate Blue #5751CE

Color information

#5751CE (or 0x5751CE) is unknown color: approx Slate Blue. HEX triplet: 57, 51 and CE. RGB value is (87,81,206). Sum of RGB (Red+Green+Blue) = 87+81+206=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #5751CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5751CE is #A8AE31. Grayscale: #606060. Windows color (decimal): -11054642 or 13521239. OLE color: 13521239.

HSL color Cylindrical-coordinate representation of color #5751CE: hue angle of 242.88º 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 #5751CE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8781206-
CMYK0.580.6100.19
HSL242.88º56.05%56.27%-
HSV(B)242.88º60.68%80.78%-
XYZ18.0112.3759.83-
YUV97.04189.49120.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 206 (80.86% from 255) = 55.08%
R=23.26%
G=21.66%
B=55.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal87812060.580.6100.19242.8856.0556.27
Hex5751CE3A3D013f33838
Octal12712131672750233637070
Binary101011110100011100111011101011110101001111110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5751CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5751CE;
 }
 .AnyTagClassName
 {
   color: #5751CE;
 }
</style>
background-color css

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

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

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

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

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

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